Skip to content

Commit

Permalink
block/loop: remove unused field
Browse files Browse the repository at this point in the history
nobody uses the list.

Signed-off-by: Shaohua Li <shli@fb.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Shaohua Li authored and Jens Axboe committed Sep 1, 2017
1 parent 92d7733 commit bc75705
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/block/loop.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit bc75705

Please sign in to comment.