commit | 08239ca2a053dbc3b082916bdfbd88e5a9ad9267 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Thu Nov 28 10:31:35 2013 +0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Thu Nov 28 17:05:58 2013 -0800 |
tree | 3b72da15addfe9e9cfc2f766ab26a015c3672623 | |
parent | c86949486d41d9e7d7681fc72923555114fd702f [diff] |
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>