mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-20 07:14:26 +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;
|
||||
(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;
|
||||
|
Loading…
Reference in New Issue
Block a user