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)
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

Simple merge
Simple merge
Simple merge
Simple merge