MFC r206128: ffs_mount: remove redundant assignment of to devvp.v_bufobj

This commit is contained in:
Andriy Gapon 2010-04-12 21:07:58 +00:00
parent ce749f106e
commit 8eb59aff80
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=206506

View File

@ -650,7 +650,6 @@ ffs_mountfs(devvp, mp, td)
if (mp->mnt_iosize_max > MAXPHYS)
mp->mnt_iosize_max = MAXPHYS;
devvp->v_bufobj.bo_private = cp;
devvp->v_bufobj.bo_ops = &ffs_ops;
fs = NULL;