commit | 170b3bbda08852277b97f4f0516df0785c939764 | [log] [tgz] |
---|---|---|
author | Ye Bin <yebin10@huawei.com> | Tue Jan 05 21:53:40 2021 +0800 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Jan 05 11:34:23 2021 -0700 |
tree | d63529cdce9dc626ec836626b1074284bf53be13 | |
parent | 90df08538c07b7135703358a0c8c08d97889a704 [diff] |
io_uring: Delete useless variable ‘id’ in io_prep_async_work Fix follow warning: fs/io_uring.c:1523:22: warning: variable ‘id’ set but not used [-Wunused-but-set-variable] struct io_identity *id; ^~ Reported-by: Hulk Robot <hulkci@huawei.com> Signed-off-by: Ye Bin <yebin10@huawei.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>