aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux/bcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux/bcache.h')
-rw-r--r--include/uapi/linux/bcache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/bcache.h b/include/uapi/linux/bcache.h
index 164a7e263988..ae66311be82f 100644
--- a/include/uapi/linux/bcache.h
+++ b/include/uapi/linux/bcache.h
@@ -118,7 +118,7 @@ static inline struct bkey *bkey_next(const struct bkey *k)
118 return (struct bkey *) (d + bkey_u64s(k)); 118 return (struct bkey *) (d + bkey_u64s(k));
119} 119}
120 120
121static inline struct bkey *bkey_last(const struct bkey *k, unsigned nr_keys) 121static inline struct bkey *bkey_idx(const struct bkey *k, unsigned nr_keys)
122{ 122{
123 __u64 *d = (void *) k; 123 __u64 *d = (void *) k;
124 return (struct bkey *) (d + nr_keys); 124 return (struct bkey *) (d + nr_keys);