diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2018-05-17 01:38:57 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2018-05-17 02:36:19 -0400 |
commit | ff86d4722124c300c40b85b6eb8ef2d410ab303c (patch) | |
tree | 05e54b0bf6397ecbb5e7717a7925ac6ed2645a68 /libbcachefs/keylist.h | |
parent | 800408be11898f6d53ceecfd894cce8860fda26a (diff) |
Update bcachefs sources to 0906b1fb49 bcachefs: fixes for 32 bit/big endian machines
Diffstat (limited to 'libbcachefs/keylist.h')
-rw-r--r-- | libbcachefs/keylist.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libbcachefs/keylist.h b/libbcachefs/keylist.h index a8c8883b..3106759e 100644 --- a/libbcachefs/keylist.h +++ b/libbcachefs/keylist.h @@ -55,9 +55,6 @@ static inline struct bkey_i *bch2_keylist_front(struct keylist *l) _k != (_keylist)->top; \ _k = bkey_next(_k)) -#define keylist_single(k) \ - ((struct keylist) { .keys = k, .top = bkey_next(k) }) - static inline u64 keylist_sectors(struct keylist *keys) { struct bkey_i *k; |