diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2012-11-09 18:02:25 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2012-11-09 18:02:25 +0000 |
| commit | bc2258da8810c3dfbe850aed85176a6eee260585 (patch) | |
| tree | 85566631342fad6e72bb3ce702047490a06985fb /sys/gnu | |
| parent | 372c8c7e5d9d9316071ed0690098380b6512e1c5 (diff) | |
Notes
Diffstat (limited to 'sys/gnu')
| -rw-r--r-- | sys/gnu/fs/reiserfs/reiserfs_vfsops.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c index 825111e88c08..496a6adaf197 100644 --- a/sys/gnu/fs/reiserfs/reiserfs_vfsops.c +++ b/sys/gnu/fs/reiserfs/reiserfs_vfsops.c @@ -580,7 +580,6 @@ reiserfs_mountfs(struct vnode *devvp, struct mount *mp, struct thread *td) mp->mnt_stat.f_fsid.val[1] = mp->mnt_vfc->vfc_typenum; MNT_ILOCK(mp); mp->mnt_flag |= MNT_LOCAL; - mp->mnt_kern_flag |= MNTK_MPSAFE; MNT_IUNLOCK(mp); #if defined(si_mountpoint) devvp->v_rdev->si_mountpoint = mp; |
