Search beyond the first 1/8th of inodes.
Submitted by: jeff
This commit is contained in:
parent
a83baab6e4
commit
b97e003f42
@ -145,7 +145,7 @@ cgialloc(struct uufsd *disk)
|
|||||||
fs = &disk->d_fs;
|
fs = &disk->d_fs;
|
||||||
cgp = &disk->d_cg;
|
cgp = &disk->d_cg;
|
||||||
inosused = cg_inosused(cgp);
|
inosused = cg_inosused(cgp);
|
||||||
for (ino = 0; ino < fs->fs_ipg / NBBY; ino++)
|
for (ino = 0; ino < fs->fs_ipg; ino++)
|
||||||
if (isclr(inosused, ino))
|
if (isclr(inosused, ino))
|
||||||
goto gotit;
|
goto gotit;
|
||||||
return (0);
|
return (0);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user