commit | 5581a51a59a1f5f51ac3d4bacafb738d35e0350b | [log] [tgz] |
---|---|---|
author | Jan Schmidt <list.btrfs@jan-o-sch.net> | Wed May 16 17:04:52 2012 +0200 |
committer | Jan Schmidt <list.btrfs@jan-o-sch.net> | Sat May 26 12:17:53 2012 +0200 |
tree | d7e291e139d08f2be7870c9da602658df8f51ce8 | |
parent | 976b1908d97bd8cbd024ba7aafaa3fb637ea8e13 [diff] |
Btrfs: don't set for_cow parameter for tree block functions Three callers of btrfs_free_tree_block or btrfs_alloc_tree_block passed parameter for_cow = 1. In fact, these two functions should never mark their tree modification operations as for_cow, because they can change the number of blocks referenced by a tree. Hence, we remove the extra for_cow parameter from these functions and make them pass a zero down. Signed-off-by: Jan Schmidt <list.btrfs@jan-o-sch.net>