linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [UPDATE][9/24]jbd modify format strings
@ 2006-05-25 12:46 sho
  0 siblings, 0 replies; only message in thread
From: sho @ 2006-05-25 12:46 UTC (permalink / raw)
  To: adilger, cmm, jitendra; +Cc: ext2-devel, linux-kernel

Summary of this patch:
  [9/24]  modify format strings in print(jbd)
          - The part which prints the signed value, related to a block
            and an inode, in decimal is corrected so that it can print
            unsigned one.

Signed-off-by: Takashi Sato sho@tnes.nec.co.jp
---
diff -upNr -X linux-2.6.17-rc4/Documentation/dontdiff linux-2.6.17-rc4/fs/jbd/journal.c linux-2.6.17-rc4.tmp/fs/jbd/journal.c
--- linux-2.6.17-rc4/fs/jbd/journal.c	2006-05-25 16:18:35.892334221 +0900
+++ linux-2.6.17-rc4.tmp/fs/jbd/journal.c	2006-05-25 16:32:49.434315952 +0900
@@ -760,7 +760,7 @@ journal_t * journal_init_inode (struct i
 	journal->j_dev = journal->j_fs_dev = inode->i_sb->s_bdev;
 	journal->j_inode = inode;
 	jbd_debug(1,
-		  "journal %p: inode %s/%ld, size %Ld, bits %d, blksize %ld\n",
+		  "journal %p: inode %s/%u, size %Ld, bits %d, blksize %ld\n",
 		  journal, inode->i_sb->s_id, inode->i_ino, 
 		  (long long) inode->i_size,
 		  inode->i_sb->s_blocksize_bits, inode->i_sb->s_blocksize);




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-05-25 12:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-05-25 12:46 [UPDATE][9/24]jbd modify format strings sho

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).