Fix a typo.

This commit is contained in:
scottl 2006-04-28 04:39:50 +00:00
parent 26d83c14a5
commit d35fe0926c

View File

@ -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