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:
dim 2018-01-17 13:19:37 +00:00
parent c35d24e497
commit 786fb4e1d1

View File

@ -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.