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
c35d24e497
commit
786fb4e1d1
@ -476,7 +476,7 @@ CMDFUNCSTART(findblk)
|
||||
*/
|
||||
inum = c * sblock.fs_ipg;
|
||||
/* Read cylinder group. */
|
||||
cgbp = cgget(c);
|
||||
cgbp = cglookup(c);
|
||||
cgp = cgbp->b_un.b_cg;
|
||||
/*
|
||||
* Get a highest used inode number for a given cylinder group.
|
||||
|
Loading…
Reference in New Issue
Block a user