]> 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)
commit1852178ef7ef0a8f073da9aa22414782780e2117
tree555fbe15cab41ee6f75c68ebcf61651f0317b181
parentec27590d4bf9f72c6a2a204e54a1f07a8e66da6d
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