mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
block/loop: remove unused field
nobody uses the list. Signed-off-by: Shaohua Li <shli@fb.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
92d773324b
commit
bc75705d00
|
|
@ -67,7 +67,6 @@ struct loop_device {
|
|||
struct loop_cmd {
|
||||
struct kthread_work work;
|
||||
struct request *rq;
|
||||
struct list_head list;
|
||||
union {
|
||||
bool use_aio; /* use AIO interface to handle I/O */
|
||||
atomic_t ref; /* only for aio */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user