mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-27 04:50:25 +09:00
ANDROID: block: Remove request_queue.requeue_work
request_queue.requeue_work is no longer used since "block: Preserve the order of requeued requests". Hence remove this request member. Bug: 280677698 Change-Id: I1c9d9cd9a5f5d630bb638e5b0a64fbe0a9201459 Signed-off-by: Bart Van Assche <bvanassche@google.com>
This commit is contained in:
committed by
Carlos Llamas
parent
ff2f1d6faa
commit
619ba336c3
@@ -521,7 +521,6 @@ struct request_queue {
|
||||
|
||||
struct list_head requeue_list;
|
||||
spinlock_t requeue_lock;
|
||||
struct delayed_work requeue_work;
|
||||
|
||||
struct mutex sysfs_lock;
|
||||
struct mutex sysfs_dir_lock;
|
||||
|
||||
Reference in New Issue
Block a user