1
0
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:
Scott Long 2006-04-28 04:39:50 +00:00
parent 2de39eb9e2
commit cbd6fedbf2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158100

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