aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2014-04-10 02:53:01 +0100
committerPhillip Lougher <phillip@squashfs.org.uk>2014-04-10 02:53:01 +0100
commit6ff139e90c7bb89c34eb19cf1ef3404fc079bfd0 (patch)
tree8ff3005b6727c79b90489f1dac1fdf53b262f19c
parent315437e7378017b5eeb44451f4db1b33d4664509 (diff)
downloadsquashfs-tools-6ff139e90c7bb89c34eb19cf1ef3404fc079bfd0.tar.gz
caches-queues-lists: dump the fragment reserve cache
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
-rw-r--r--squashfs-tools/info.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/squashfs-tools/info.c b/squashfs-tools/info.c
index 27e7311..fd3b677 100644
--- a/squashfs-tools/info.c
+++ b/squashfs-tools/info.c
@@ -120,6 +120,10 @@ void dump_state()
" deflate thread(s))\n");
dump_cache(fragment_buffer);
+ printf("fragment reserve cache (avoids pipeline stall if frag cache"
+ " full in dup check)\n");
+ dump_cache(reserve_cache);
+
enable_progress_bar();
}