Just notify us once when encountering a partially allocated inode.

This commit is contained in:
Kirk McKusick 2001-05-08 06:41:56 +00:00
parent b1787dec81
commit 9361d9fe0b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76352

View File

@ -188,7 +188,7 @@ iblock(idesc, ilevel, isize)
continue;
(void)sprintf(buf, "PARTIALLY TRUNCATED INODE I=%lu",
(u_long)idesc->id_number);
if (usedsoftdep) {
if (preen) {
pfatal(buf);
} else if (dofix(idesc, buf)) {
*ap = 0;