]> git.baikalelectronics.ru Git - kernel.git/commit
io-wq: update hash bits
authorPavel Begunkov <asml.silence@gmail.com>
Sat, 25 Jul 2020 11:42:00 +0000 (14:42 +0300)
committerJens Axboe <axboe@kernel.dk>
Sat, 25 Jul 2020 15:47:44 +0000 (09:47 -0600)
commitf1d6242c75cbf696b0c76978aa2651ef3140b32a
tree555fbe15cab41ee6f75c68ebcf61651f0317b181
parente59d0d7f35ad37c9c35ab5c24df145c5a5924a7b
io-wq: update hash bits

Linked requests are hashed, remove a comment stating otherwise. Also
move hash bits to emphasise that we don't carry it through loop
iteration and set it every time.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c