]> Pileus Git - ~andy/linux/commit
bcache: fix sparse non static symbol warning
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>
Thu, 28 Nov 2013 02:31:35 +0000 (10:31 +0800)
committerKent Overstreet <kmo@daterainc.com>
Fri, 29 Nov 2013 01:05:58 +0000 (17:05 -0800)
commit08239ca2a053dbc3b082916bdfbd88e5a9ad9267
tree3b72da15addfe9e9cfc2f766ab26a015c3672623
parentc86949486d41d9e7d7681fc72923555114fd702f
bcache: fix sparse non static symbol warning

Fixes the following sparse warning:

drivers/md/bcache/btree.c:2220:5: warning:
 symbol 'btree_insert_fn' was not declared. Should it be static?

Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/btree.c