commit | 085d2a3dd4d65b7bce1dead987c647dbbc014281 | [log] [tgz] |
---|---|---|
author | Kent Overstreet <kmo@daterainc.com> | Mon Nov 11 18:20:51 2013 -0800 |
committer | Kent Overstreet <kmo@daterainc.com> | Wed Jan 08 13:05:11 2014 -0800 |
tree | 89cfb6a71e0c4ea7ae4ff8eb4c148b75a9f14128 | |
parent | 9a02b7eeeb446a0418ec83afc80eb38bc188f5c8 [diff] |
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>