commit | 021d1cdda3875bf35edac9133335f622d7910abc | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 08:00:41 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 14 08:02:19 2019 -0700 |
tree | 8a7ab3f099ca21df6e5e73a001cfb6328dbf636b | |
parent | a320e9fa1e2680116d165b9369dfa41d7cc1e1d1 [diff] |
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>