The branch stable/13 has been updated by mckusick:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=c926cf71d4445575069214881bf13bdeb4a6a6d1

commit c926cf71d4445575069214881bf13bdeb4a6a6d1
Author:     Kirk McKusick <[email protected]>
AuthorDate: 2021-09-22 23:16:39 +0000
Commit:     Kirk McKusick <[email protected]>
CommitDate: 2021-09-30 05:52:04 +0000

    Eliminate an unnecessary rerun request in fsck_ffs.
    
    (cherry picked from commit b31c5a25321363ab95c1642dffc6e92319dc42ce)
---
 sbin/fsck_ffs/dir.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sbin/fsck_ffs/dir.c b/sbin/fsck_ffs/dir.c
index e806f113ff16..42ecf4112253 100644
--- a/sbin/fsck_ffs/dir.c
+++ b/sbin/fsck_ffs/dir.c
@@ -132,7 +132,6 @@ dirscan(struct inodesc *idesc)
                            (size_t)dsize);
                        dirty(bp);
                        sbdirty();
-                       rerun = 1;
                }
                if (n & STOP)
                        return (n);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to