summaryrefslogtreecommitdiffstats
path: root/sys/fs/nandfs
diff options
context:
space:
mode:
authorattilio <attilio@FreeBSD.org>2012-11-09 18:02:25 +0000
committerattilio <attilio@FreeBSD.org>2012-11-09 18:02:25 +0000
commitd5d551ec46edfdd7b35884740863514cf342c207 (patch)
tree85566631342fad6e72bb3ce702047490a06985fb /sys/fs/nandfs
parent6cb17a3f471ee1a94b7f2499509c2d5bd597f04e (diff)
downloadFreeBSD-src-d5d551ec46edfdd7b35884740863514cf342c207.zip
FreeBSD-src-d5d551ec46edfdd7b35884740863514cf342c207.tar.gz
Complete MPSAFE VFS interface and remove MNTK_MPSAFE flag.
Porters should refer to __FreeBSD_version 1000021 for this change as it may have happened at the same timeframe.
Diffstat (limited to 'sys/fs/nandfs')
-rw-r--r--sys/fs/nandfs/nandfs_vfsops.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/fs/nandfs/nandfs_vfsops.c b/sys/fs/nandfs/nandfs_vfsops.c
index ba53546..9e3196e 100644
--- a/sys/fs/nandfs/nandfs_vfsops.c
+++ b/sys/fs/nandfs/nandfs_vfsops.c
@@ -1383,7 +1383,6 @@ nandfs_mountfs(struct vnode *devvp, struct mount *mp)
nmp->nm_ronly = ronly;
MNT_ILOCK(mp);
mp->mnt_flag |= MNT_LOCAL;
- mp->mnt_kern_flag |= MNTK_MPSAFE;
MNT_IUNLOCK(mp);
nmp->nm_nandfsdev = nandfsdev;
/* Add our mountpoint */
OpenPOWER on IntegriCloud