Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc75705d authored by Shaohua Li's avatar Shaohua Li Committed by Jens Axboe
Browse files

block/loop: remove unused field



nobody uses the list.

Signed-off-by: default avatarShaohua Li <shli@fb.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 92d77332
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -67,7 +67,6 @@ struct loop_device {
struct loop_cmd {
struct loop_cmd {
	struct kthread_work work;
	struct kthread_work work;
	struct request *rq;
	struct request *rq;
	struct list_head list;
	union {
	union {
		bool use_aio; /* use AIO interface to handle I/O */
		bool use_aio; /* use AIO interface to handle I/O */
		atomic_t ref; /* only for aio */
		atomic_t ref; /* only for aio */