diff options
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index 71ef0a2e2daa..a83cbdf1d8c4 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -217,7 +217,7 @@ int btrfs_copy_root(struct btrfs_trans_handle *trans, | |||
217 | * this uses that block instead of allocating a new one. btrfs_alloc_reserved_extent | 217 | * this uses that block instead of allocating a new one. btrfs_alloc_reserved_extent |
218 | * is used to finish the allocation. | 218 | * is used to finish the allocation. |
219 | */ | 219 | */ |
220 | int noinline __btrfs_cow_block(struct btrfs_trans_handle *trans, | 220 | static int noinline __btrfs_cow_block(struct btrfs_trans_handle *trans, |
221 | struct btrfs_root *root, | 221 | struct btrfs_root *root, |
222 | struct extent_buffer *buf, | 222 | struct extent_buffer *buf, |
223 | struct extent_buffer *parent, int parent_slot, | 223 | struct extent_buffer *parent, int parent_slot, |