bcache: Make bch_keylist_realloc() take u64s, not nptrs
authorKent Overstreet <kmo@daterainc.com>
Tue, 12 Nov 2013 02:20:51 +0000 (18:20 -0800)
committerKent Overstreet <kmo@daterainc.com>
Wed, 8 Jan 2014 21:05:11 +0000 (13:05 -0800)
commit085d2a3dd4d65b7bce1dead987c647dbbc014281
tree89cfb6a71e0c4ea7ae4ff8eb4c148b75a9f14128
parent9a02b7eeeb446a0418ec83afc80eb38bc188f5c8
bcache: Make bch_keylist_realloc() take u64s, not nptrs

Getting away from KEY_PTRS and moving toward KEY_U64s - and getting rid of magic
2s

Also - split out the part that checks against journal entry size so as to avoid
a dependancy on struct cache_set in bset.c

Signed-off-by: Kent Overstreet <kmo@daterainc.com>
drivers/md/bcache/bset.c
drivers/md/bcache/bset.h
drivers/md/bcache/btree.c
drivers/md/bcache/request.c