OSDN Git Service

io_uring: move shutdown under the general net section
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 00:43:13 +0000 (18:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 31 May 2022 08:50:06 +0000 (02:50 -0600)
commit1151a7cccbd2cfd5a552805c92c92fb264a957d5
tree506265d1204fcb14c9e2d54c8ca676fd14316d85
parent157dc813b47ab2adb4bc8a08491887bc161284c2
io_uring: move shutdown under the general net section

Gets rid of some ifdefs and enables use of the net defines for when
CONFIG_NET isn't set.

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