Skip to content

Commit

Permalink
Btrfs: remove btrfs_try_spin_lock
Browse files Browse the repository at this point in the history
Remove a useless function declaration

Signed-off-by: Liu Bo <[email protected]>
Signed-off-by: Josef Bacik <[email protected]>
Signed-off-by: Chris Mason <[email protected]>
  • Loading branch information
Liu Bo authored and Chris Mason committed Mar 14, 2013
1 parent a09a0a7 commit d340d24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/btrfs/locking.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@

void btrfs_tree_lock(struct extent_buffer *eb);
void btrfs_tree_unlock(struct extent_buffer *eb);
int btrfs_try_spin_lock(struct extent_buffer *eb);

void btrfs_tree_read_lock(struct extent_buffer *eb);
void btrfs_tree_read_unlock(struct extent_buffer *eb);
Expand Down

0 comments on commit d340d24

Please sign in to comment.