diff options
Diffstat (limited to 'drivers/md/bcache/btree.c')
-rw-r--r-- | drivers/md/bcache/btree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/md/bcache/btree.c b/drivers/md/bcache/btree.c index f2b2c653c5a5..767b3fbc2fbe 100644 --- a/drivers/md/bcache/btree.c +++ b/drivers/md/bcache/btree.c | |||
@@ -130,7 +130,7 @@ static uint64_t btree_csum_set(struct btree *b, struct bset *i) | |||
130 | void *data = (void *) i + 8, *end = end(i); | 130 | void *data = (void *) i + 8, *end = end(i); |
131 | 131 | ||
132 | crc = bch_crc64_update(crc, data, end - data); | 132 | crc = bch_crc64_update(crc, data, end - data); |
133 | return crc ^ 0xffffffffffffffff; | 133 | return crc ^ 0xffffffffffffffffULL; |
134 | } | 134 | } |
135 | 135 | ||
136 | static void btree_bio_endio(struct bio *bio, int error) | 136 | static void btree_bio_endio(struct bio *bio, int error) |