diff options
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 | ||