]> git.karo-electronics.de Git - karo-tx-linux.git/commit
btrfs: remove unused function btrfs_insert_some_items()
authorRobin Dong <sanbai@taobao.com>
Sat, 29 Sep 2012 08:07:46 +0000 (02:07 -0600)
committerChris Mason <chris.mason@fusionio.com>
Mon, 1 Oct 2012 19:35:07 +0000 (15:35 -0400)
commitf214a1db4c9e4188d386da28a62ecdcb546f72f5
tree76cb98f18691ace76b866ef7e4cc0d37f60320cb
parent351a51f9cbeee70918249ee7f3142cdd35fcc684
btrfs: remove unused function btrfs_insert_some_items()

The function btrfs_insert_some_items() would not be called by any other functions,
so remove it.

Signed-off-by: Robin Dong <sanbai@taobao.com>
fs/btrfs/ctree.c