* patch [3/4] reiser4progs: print_objects fixup
@ 2009-01-09 0:16 Edward Shishkin
0 siblings, 0 replies; only message in thread
From: Edward Shishkin @ 2009-01-09 0:16 UTC (permalink / raw)
To: Reiserfs mailing list
[-- Attachment #1: Type: text/plain, Size: 2 bytes --]
[-- Attachment #2: reiser4progs-print-objects-fixup.patch --]
[-- Type: text/x-patch, Size: 633 bytes --]
Fixup in ctail40_print:
Do print ctail40 shift, instead of cluster size.
Signed-off-by: Edward Shishkin<edward.shishkin@gmail.com>
---
reiser4progs-1.0.6-orig/plugin/item/ctail40/ctail40_repair.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- reiser4progs-1.0.6-orig/plugin/item/ctail40/ctail40_repair.c.orig
+++ reiser4progs-1.0.6-orig/plugin/item/ctail40/ctail40_repair.c
@@ -20,7 +20,7 @@ void ctail40_print(reiser4_place_t *plac
aal_assert("vpf-1893", stream != NULL);
aal_stream_format(stream, " shift=%lu\n",
- 1ul << ct40_get_shift(place->body));
+ ct40_get_shift(place->body));
}
#endif
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2009-01-09 0:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-09 0:16 patch [3/4] reiser4progs: print_objects fixup Edward Shishkin
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.