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:
Dimitry Andric 2018-01-17 13:19:37 +00:00
parent bd50262f70
commit 2d3c3a5038
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328084

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.