bcache: Correct printf()-style format length modifier
authorGeert Uytterhoeven <geert@linux-m68k.org>
Tue, 24 Sep 2013 06:17:30 +0000 (23:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Sep 2013 21:41:43 +0000 (14:41 -0700)
commit61cbd250f867f98bb4738000afc6002d6f2b14bd
tree8435d97998946888f13922d1993406d130f72098
parentc426c4fd46f709ade2bddd51c5738729c7ae1db5
bcache: Correct printf()-style format length modifier

Fix

  drivers/md/bcache/btree.c: In function ‘bch_btree_node_read’:
  drivers/md/bcache/btree.c:259: warning: format ‘%lu’ expects type ‘long unsigned int’, but argument 3 has type ‘size_t’

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Kent Overstreet <kmo@daterainc.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/md/bcache/btree.c