mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
Fix a typo.
This commit is contained in:
parent
2de39eb9e2
commit
cbd6fedbf2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158100
@ -836,7 +836,7 @@ ffs_mountfs(devvp, mp, td)
|
||||
* Our bufobj must require giant for snapshots when quotas are
|
||||
* enabled.
|
||||
*/
|
||||
devvp->v_bufobj.bo_flags |= BO_NEEDSGIANT;
|
||||
devvp->v_bufobj.bo_flag |= BO_NEEDSGIANT;
|
||||
#else
|
||||
mp->mnt_kern_flag |= MNTK_MPSAFE;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user