Loading drivers/block/loop.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 */ Loading Loading
drivers/block/loop.h +0 −1 Original line number Original line Diff line number Diff line Loading @@ -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 */ Loading