Summary of this patch:
[6/21] modify format strings in print(efs)
- As i_blocks of VFS inode gets 8 byte variable, change its
string format to %lld.
Signed-off-by: Takashi Sato [email protected]
---
diff -upNr -X linux-2.6.17-rc1.org/Documentation/dontdiff linux-2.6.17-rc1.org/fs/efs/file.c linux-2.6.17-rc1.tmp/fs/efs/file.c
--- linux-2.6.17-rc1.org/fs/efs/file.c 2006-03-29 11:48:27.000000000 +0900
+++ linux-2.6.17-rc1.tmp/fs/efs/file.c 2006-03-29 15:40:22.000000000 +0900
@@ -22,7 +22,7 @@ int efs_get_block(struct inode *inode, s
/*
* i have no idea why this happens as often as it does
*/
- printk(KERN_WARNING "EFS: bmap(): block %d >= %ld (filesize %ld)\n",
+ printk(KERN_WARNING "EFS: bmap(): block %d >= %lld (filesize %ld)\n",
block,
inode->i_blocks,
inode->i_size);
@@ -48,7 +48,7 @@ int efs_bmap(struct inode *inode, efs_bl
/*
* i have no idea why this happens as often as it does
*/
- printk(KERN_WARNING "EFS: bmap(): block %d >= %ld (filesize %ld)\n",
+ printk(KERN_WARNING "EFS: bmap(): block %d >= %lld (filesize %ld)\n",
block,
inode->i_blocks,
inode->i_size);
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]