summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorPavel Begunkov2019-05-23 17:39:16 +0200
committerJens Axboe2019-07-01 19:57:12 +0200
commit417232880c8a646739dbf4666a231505a1917fcb (patch)
treedb1dc62d7382a6571e0e5ace415281baa1884c43 /block
parentblock: fix .bi_size overflow (diff)
downloadkernel-qcow2-linux-417232880c8a646739dbf4666a231505a1917fcb.tar.gz
kernel-qcow2-linux-417232880c8a646739dbf4666a231505a1917fcb.tar.xz
kernel-qcow2-linux-417232880c8a646739dbf4666a231505a1917fcb.zip
sbitmap: Replace cmpxchg with xchg
cmpxchg() with an immediate value could be replaced with less expensive xchg(). The same true if new value don't _depend_ on the old one. In the second block, atomic_cmpxchg() return value isn't checked, so after atomic_cmpxchg() -> atomic_xchg() conversion it could be replaced with atomic_set(). Comparison with atomic_read() in the second chunk was left as an optimisation (if that was the initial intention). Reviewed-by: Omar Sandoval <osandov@fb.com> Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions