]> git.baikalelectronics.ru Git - kernel.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>
Tue, 9 Oct 2012 13:15:43 +0000 (09:15 -0400)
commit84710fb3f26ea5c6d3edd4480a9b81981a2ddbbd
tree92ea30c56c86081384e7f2d081822d43cdad256d
parent9137717828337ec89d7ff0837d36b9665f48e738
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