Page MenuHomeFreeBSD

D30370.diff
No OneTemporary

D30370.diff

diff --git a/sbin/fsck_ffs/fsutil.c b/sbin/fsck_ffs/fsutil.c
--- a/sbin/fsck_ffs/fsutil.c
+++ b/sbin/fsck_ffs/fsutil.c
@@ -576,7 +576,7 @@
rerun = 1;
}
}
- if (debug && totalreads > 0)
+ if (debug && cachelookups > 0)
printf("cache with %d buffers missed %d of %d (%d%%)\n",
numbufs, cachereads, cachelookups,
(int)(cachereads * 100 / cachelookups));

File Metadata

Mime Type
text/plain
Expires
Sat, Nov 16, 10:27 PM (21 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14666006
Default Alt Text
D30370.diff (378 B)

Event Timeline