aboutsummaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2007-09-10 20:02:22 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2007-09-10 20:02:22 -0400
commit9433063bcb4b3c0c9e5ef3c24a811b63084dedb4 (patch)
treed41ad9459331e4a611654e0c5c5e8f9dd1eb6cef /fs
parenta8c450b211c010ac55190da23ceb6b39b393f411 (diff)
[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 77f1950b0aa..c26ca54ed4d 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);