Fix a typo.
This commit is contained in:
parent
26d83c14a5
commit
d35fe0926c
@ -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