Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9433063b authored by Christoph Hellwig's avatar Christoph Hellwig Committed by David Woodhouse
Browse files

[PATCH] btrfs: fix printk format warning

parent a8c450b2
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -174,7 +174,7 @@ static int dirty_and_release_pages(struct btrfs_trans_handle *trans,
	hint_block = 0;
	hint_block = 0;


	if ((end_of_last_block & 4095) == 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);
	set_extent_uptodate(em_tree, start_pos, end_of_last_block, GFP_NOFS);