mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 15:26:43 +01:00
Just notify us once when encountering a partially allocated inode.
This commit is contained in:
parent
b1787dec81
commit
9361d9fe0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76352
@ -188,7 +188,7 @@ iblock(idesc, ilevel, isize)
|
|||||||
continue;
|
continue;
|
||||||
(void)sprintf(buf, "PARTIALLY TRUNCATED INODE I=%lu",
|
(void)sprintf(buf, "PARTIALLY TRUNCATED INODE I=%lu",
|
||||||
(u_long)idesc->id_number);
|
(u_long)idesc->id_number);
|
||||||
if (usedsoftdep) {
|
if (preen) {
|
||||||
pfatal(buf);
|
pfatal(buf);
|
||||||
} else if (dofix(idesc, buf)) {
|
} else if (dofix(idesc, buf)) {
|
||||||
*ap = 0;
|
*ap = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user