summaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
authorChristoph Hellwig2007-09-11 02:02:22 +0200
committerDavid Woodhouse2007-09-11 02:02:22 +0200
commit9433063bcb4b3c0c9e5ef3c24a811b63084dedb4 (patch)
treed41ad9459331e4a611654e0c5c5e8f9dd1eb6cef /fs
parentBtrfs: Reorder tests in set_extent_bit to properly find holes (diff)
downloadkernel-qcow2-linux-9433063bcb4b3c0c9e5ef3c24a811b63084dedb4.tar.gz
kernel-qcow2-linux-9433063bcb4b3c0c9e5ef3c24a811b63084dedb4.tar.xz
kernel-qcow2-linux-9433063bcb4b3c0c9e5ef3c24a811b63084dedb4.zip
[PATCH] btrfs: fix printk format warning
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs')
-rw-r--r--fs/btrfs/file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/file.c b/fs/btrfs/file.c
index 77f1950b0aa0..c26ca54ed4de 100644
--- a/fs/btrfs/file.c
+++ b/fs/btrfs/file.c
@@ -174,7 +174,7 @@ static int dirty_and_release_pages(struct btrfs_trans_handle *trans,
hint_block = 0;
if ((end_of_last_block & 4095) == 0) {
- printk("strange end of last %Lu %lu %Lu\n", start_pos, write_bytes, end_of_last_block);
+ printk("strange end of last %Lu %zu %Lu\n", start_pos, write_bytes, end_of_last_block);
}
set_extent_uptodate(em_tree, start_pos, end_of_last_block, GFP_NOFS);