diff options
Diffstat (limited to 'fs/btrfs/file.c')
-rw-r--r-- | fs/btrfs/file.c | 2 |
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, | |||
174 | hint_block = 0; | 174 | hint_block = 0; |
175 | 175 | ||
176 | if ((end_of_last_block & 4095) == 0) { | 176 | if ((end_of_last_block & 4095) == 0) { |
177 | printk("strange end of last %Lu %lu %Lu\n", start_pos, write_bytes, end_of_last_block); | 177 | printk("strange end of last %Lu %zu %Lu\n", start_pos, write_bytes, end_of_last_block); |
178 | } | 178 | } |
179 | set_extent_uptodate(em_tree, start_pos, end_of_last_block, GFP_NOFS); | 179 | set_extent_uptodate(em_tree, start_pos, end_of_last_block, GFP_NOFS); |
180 | 180 | ||