Get closer to unbreaking ext2fs

This commit is contained in:
Poul-Henning Kamp 2004-11-06 18:18:58 +00:00
parent 6f52836b84
commit 057b5a5e38
2 changed files with 4 additions and 0 deletions

View file

@ -732,6 +732,8 @@ ext2_mountfs(devvp, mp, td)
ump->um_mountp = mp;
ump->um_dev = dev;
ump->um_devvp = devvp;
ump->um_bo = &devvp->v_bufobj;
ump->um_cp = cp;
/* setting those two parameters allowed us to use
ufs_bmap w/o changse !
*/

View file

@ -732,6 +732,8 @@ ext2_mountfs(devvp, mp, td)
ump->um_mountp = mp;
ump->um_dev = dev;
ump->um_devvp = devvp;
ump->um_bo = &devvp->v_bufobj;
ump->um_cp = cp;
/* setting those two parameters allowed us to use
ufs_bmap w/o changse !
*/