]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
io-wq: remove now redundant struct io_wq_nulls_list
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Nov 2019 15:00:41 +0000 (08:00 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 14 Nov 2019 15:02:19 +0000 (08:02 -0700)
commit021d1cdda3875bf35edac9133335f622d7910abc
tree8a7ab3f099ca21df6e5e73a001cfb6328dbf636b
parenta320e9fa1e2680116d165b9369dfa41d7cc1e1d1
io-wq: remove now redundant struct io_wq_nulls_list

Since we don't iterate these lists anymore after commit:

e61df66c69b1 ("io-wq: ensure free/busy list browsing see all items")

we don't need to retain the nulls value we use for them. That means it's
pretty pointless to wrap the hlist_nulls_head in a structure, so get rid
of it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io-wq.c