diff options
author | Dan Carpenter <[email protected]> | 2022-07-26 17:12:23 +0300 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2022-07-26 12:30:07 -0600 |
commit | 8d9fdb6011b4d413271eba3a62e10f89efecc419 (patch) | |
tree | 0c5966972333ea5aa4d4832b28d86ab6bd0a35c9 /fs/btrfs/inode.c | |
parent | 6d8c5afc9ab14595707ff25d971dde45728eba3e (diff) |
ublk_drv: fix double shift bug
The test/clear_bit() functions take a bit number, but this code is
passing as shifted value. It's the equivalent of saying BIT(BIT(0))
instead of just BIT(0).
This doesn't affect runtime because numbers are small and it's done
consistently.
Fixes: fa362045564e ("ublk: simplify ublk_ch_open and ublk_ch_release")
Signed-off-by: Dan Carpenter <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Link: https://lore.kernel.org/r/Yt/2R/+MJf/MSoyl@kili
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'fs/btrfs/inode.c')
0 files changed, 0 insertions, 0 deletions