aboutsummaryrefslogtreecommitdiff
path: root/sys/fs/fdescfs/fdesc_vfsops.c
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-02-14 15:17:53 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-02-14 15:17:53 +0000
commit3c4223a65aaf232b4894657c9d105a799114995c (patch)
treea0e7b5cfda5b1b252b49d945542d633bc721c138 /sys/fs/fdescfs/fdesc_vfsops.c
parent3e687cf089c976bd6b0f387fb72794cba647f08d (diff)
downloadsrc-3c4223a65aaf232b4894657c9d105a799114995c.tar.gz
src-3c4223a65aaf232b4894657c9d105a799114995c.zip
Revert r246791 as it needs a security review first
Reported by: gavin, rwatson
Notes
Notes: svn path=/head/; revision=246793
Diffstat (limited to 'sys/fs/fdescfs/fdesc_vfsops.c')
-rw-r--r--sys/fs/fdescfs/fdesc_vfsops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/fdescfs/fdesc_vfsops.c b/sys/fs/fdescfs/fdesc_vfsops.c
index 3ca06b9d3fe4..c3dbccfc9724 100644
--- a/sys/fs/fdescfs/fdesc_vfsops.c
+++ b/sys/fs/fdescfs/fdesc_vfsops.c
@@ -237,4 +237,4 @@ static struct vfsops fdesc_vfsops = {
.vfs_unmount = fdesc_unmount,
};
-VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC|VFCF_JAIL);
+VFS_SET(fdesc_vfsops, fdescfs, VFCF_SYNTHETIC);