From d1dc0919808b4a80c47ca720e5ff610ed6f4a1b5 Mon Sep 17 00:00:00 2001 From: Zach Brown Date: Wed, 14 Aug 2013 16:16:41 -0700 Subject: btrfs-progs: make many private symbols static Signed-off-by: Zach Brown Signed-off-by: David Sterba Signed-off-by: Chris Mason --- ctree.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ctree.c') diff --git a/ctree.c b/ctree.c index 1b093f6b..8b1fc079 100644 --- a/ctree.c +++ b/ctree.c @@ -136,8 +136,8 @@ int btrfs_copy_root(struct btrfs_trans_handle *trans, /* * check if the tree block can be shared by multiple trees */ -int btrfs_block_can_be_shared(struct btrfs_root *root, - struct extent_buffer *buf) +static int btrfs_block_can_be_shared(struct btrfs_root *root, + struct extent_buffer *buf) { /* * Tree blocks not in refernece counted trees and tree roots -- cgit v1.2.3