diff options
author | David Sterba <dsterba@suse.cz> | 2011-04-20 09:52:26 -0400 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2011-05-02 07:57:20 -0400 |
commit | 62a45b60923a576170a1a0c309c240d9f40d193d (patch) | |
tree | f432d4b9973b977855344dbb2abd0419400d56d0 /fs/btrfs/ctree.c | |
parent | c704005d886cf0bc9bc3974eb009b22fe0da32c7 (diff) |
btrfs: make functions static when possible
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'fs/btrfs/ctree.c')
-rw-r--r-- | fs/btrfs/ctree.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/btrfs/ctree.c b/fs/btrfs/ctree.c index c60197b36bc8..a36c87db4dc4 100644 --- a/fs/btrfs/ctree.c +++ b/fs/btrfs/ctree.c | |||
@@ -74,8 +74,8 @@ noinline void btrfs_set_path_blocking(struct btrfs_path *p) | |||
74 | * retake all the spinlocks in the path. You can safely use NULL | 74 | * retake all the spinlocks in the path. You can safely use NULL |
75 | * for held | 75 | * for held |
76 | */ | 76 | */ |
77 | noinline void btrfs_clear_path_blocking(struct btrfs_path *p, | 77 | static noinline void btrfs_clear_path_blocking(struct btrfs_path *p, |
78 | struct extent_buffer *held) | 78 | struct extent_buffer *held) |
79 | { | 79 | { |
80 | int i; | 80 | int i; |
81 | 81 | ||