Page MenuHomeFreeBSD

D30370.id89562.diff
No OneTemporary

D30370.id89562.diff

Index: sbin/fsck_ffs/fsutil.c
===================================================================
--- sbin/fsck_ffs/fsutil.c
+++ 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
Mon, Feb 9, 10:10 AM (16 h, 9 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28566549
Default Alt Text
D30370.id89562.diff (410 B)

Event Timeline