]> 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>
Thu, 4 Oct 2012 13:40:10 +0000 (09:40 -0400)
commit2ff72963b8a5b03d271aa8a63c374e0027c5b367
treeb86dd719598b4b133bcd142e352fce6cbb31dd93
parent0cbc7ef88ee8079fa9075c2712eeab8bab032748
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