diff options
author | Pavel Begunkov <asml.silence@gmail.com> | 2020-02-28 10:36:39 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-03-02 14:06:31 -0700 |
commit | 3684f24653534c71c7dc9f44d7281a838f4e4979 (patch) | |
tree | ce46b123606ee438bf6c00ea9ed7b2a59eff7ad2 /fs/jfs | |
parent | 5eae8619907a1389dbd1b4a1049caf52782c0916 (diff) | |
download | linux-3684f24653534c71c7dc9f44d7281a838f4e4979.tar.bz2 |
io-wq: use BIT for ulong hash
@hash_map is unsigned long, but BIT_ULL() is used for manipulations.
BIT() is a better match as it returns exactly unsigned long value.
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'fs/jfs')
0 files changed, 0 insertions, 0 deletions