]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Stop cleaning MNT_LOCAL on unmount
authorKonstantin Belousov <kib@FreeBSD.org>
Fri, 6 Jan 2023 16:38:44 +0000 (18:38 +0200)
committerKonstantin Belousov <kib@FreeBSD.org>
Sat, 14 Jan 2023 18:28:11 +0000 (20:28 +0200)
commit1d9f3a37eb20305bfdd67788cfac5c51938226a4
tree26a0a1d17f68f5e9b67a49ed8d38630274da9472
parent4a158fc030b5a31efdbad8b30c9a859df553ae3c
Stop cleaning MNT_LOCAL on unmount

There is no point in clearing just this flag.  Flags are reset on the
struct mount re-allocation for reuse anyway.

Reviewed by: mckusick
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D37966
sys/fs/cd9660/cd9660_vfsops.c
sys/fs/ext2fs/ext2_vfsops.c
sys/fs/msdosfs/msdosfs_vfsops.c
sys/fs/smbfs/smbfs_vfsops.c
sys/fs/tmpfs/tmpfs_vfsops.c
sys/fs/udf/udf_vfsops.c
sys/ufs/ffs/ffs_vfsops.c