commit | 26c0a26d78bc7c2943d55121a32cb85a4594f8ea | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Nov 24 10:12:33 2017 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Nov 24 10:12:33 2017 -0700 |
tree | 9dd79dc9b566bef99dba547d8913854853c354a0 | |
parent | 3dfbdc44d69b2cd7e382fd084a5c860d2cea24f6 [diff] |
nvme-fc: don't use bit masks for set/test_bit() numbers So far harmless, but it's confusing and a bug waiting to happen if the shifts grow larger than 4. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>