summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorjh <jh@FreeBSD.org>2010-04-04 14:48:43 +0000
committerjh <jh@FreeBSD.org>2010-04-04 14:48:43 +0000
commit6b4bef1bca4df32af447cc3bd048188556c784ff (patch)
tree667fcd1cbd7b89e52ff04e0fda73deb7f82f1511 /sys/kern
parentf48ae312c89093407c1eab9de8dadfbd250bb1ee (diff)
downloadFreeBSD-src-6b4bef1bca4df32af447cc3bd048188556c784ff.zip
FreeBSD-src-6b4bef1bca4df32af447cc3bd048188556c784ff.tar.gz
Add missing MNT_NFS4ACLS.
Diffstat (limited to 'sys/kern')
-rw-r--r--sys/kern/vfs_subr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c
index 26a269c..4810e76 100644
--- a/sys/kern/vfs_subr.c
+++ b/sys/kern/vfs_subr.c
@@ -2797,6 +2797,7 @@ DB_SHOW_COMMAND(mount, db_show_mount)
MNT_FLAG(MNT_NOATIME);
MNT_FLAG(MNT_NOCLUSTERR);
MNT_FLAG(MNT_NOCLUSTERW);
+ MNT_FLAG(MNT_NFS4ACLS);
MNT_FLAG(MNT_EXRDONLY);
MNT_FLAG(MNT_EXPORTED);
MNT_FLAG(MNT_DEFEXPORTED);
OpenPOWER on IntegriCloud