Fix buildworld after r328075, by also renaming cgget to cglookup in
fsdb. Reported by: ohartmann@walstatt.org,david@catwhisker.org Pointy hat to: mckusick
This commit is contained in:
parent
bd50262f70
commit
2d3c3a5038
@ -476,7 +476,7 @@ CMDFUNCSTART(findblk)
|
|||||||
*/
|
*/
|
||||||
inum = c * sblock.fs_ipg;
|
inum = c * sblock.fs_ipg;
|
||||||
/* Read cylinder group. */
|
/* Read cylinder group. */
|
||||||
cgbp = cgget(c);
|
cgbp = cglookup(c);
|
||||||
cgp = cgbp->b_un.b_cg;
|
cgp = cgbp->b_un.b_cg;
|
||||||
/*
|
/*
|
||||||
* Get a highest used inode number for a given cylinder group.
|
* Get a highest used inode number for a given cylinder group.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user