io_uring: kill dead REQ_F_LINK_DONE flag
authorJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2019 03:34:32 +0000 (20:34 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2019 03:34:32 +0000 (20:34 -0700)
commit3aa5fa030558e2b0da284fd069aeb7178543c987
tree3f752f4016902f49dcaa8300ce2f4f7fc0744e0c
parentf1f40853c01b5ccd0a1a29ce0b515c6f5405a798
io_uring: kill dead REQ_F_LINK_DONE flag

We had no more use for this flag after the conversion to io-wq, kill it
off.

Fixes: 561fb04a6a22 ("io_uring: replace workqueue usage with io-wq")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c