diff options
author | Liu Bo <bo.li.liu@oracle.com> | 2013-03-11 09:37:45 +0000 |
---|---|---|
committer | Chris Mason <chris.mason@fusionio.com> | 2013-03-14 14:57:10 -0400 |
commit | d340d2475c6e394013325f83f499594628a9e558 (patch) | |
tree | 2d5daadbc6216234673bf67bb90ed43a5a0ea4f2 /fs | |
parent | a09a0a705dd6c80bc96b5e6f18dc103d4e1a7d63 (diff) | |
download | blackbird-op-linux-d340d2475c6e394013325f83f499594628a9e558.tar.gz blackbird-op-linux-d340d2475c6e394013325f83f499594628a9e558.zip |
Btrfs: remove btrfs_try_spin_lock
Remove a useless function declaration
Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: Josef Bacik <jbacik@fusionio.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/btrfs/locking.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/btrfs/locking.h b/fs/btrfs/locking.h index ca52681e5f40..b81e0e9a4894 100644 --- a/fs/btrfs/locking.h +++ b/fs/btrfs/locking.h @@ -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); |