All of lore.kernel.org
 help / color / mirror / Atom feed
From: Edward Shishkin <edward.shishkin@gmail.com>
To: Reiserfs mailing list <reiserfs-devel@vger.kernel.org>
Subject: patch [3/4] reiser4progs: print_objects fixup
Date: Fri, 09 Jan 2009 03:16:24 +0300	[thread overview]
Message-ID: <49669758.3070905@gmail.com> (raw)

[-- 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


                 reply	other threads:[~2009-01-09  0:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49669758.3070905@gmail.com \
    --to=edward.shishkin@gmail.com \
    --cc=reiserfs-devel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.