|
@@ -267,7 +267,6 @@ struct discard_cmd_control {
|
|
|
struct task_struct *f2fs_issue_discard; /* discard thread */
|
|
struct task_struct *f2fs_issue_discard; /* discard thread */
|
|
|
struct list_head entry_list; /* 4KB discard entry list */
|
|
struct list_head entry_list; /* 4KB discard entry list */
|
|
|
struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */
|
|
struct list_head pend_list[MAX_PLIST_NUM];/* store pending entries */
|
|
|
- unsigned char pend_list_tag[MAX_PLIST_NUM];/* tag for pending entries */
|
|
|
|
|
struct list_head wait_list; /* store on-flushing entries */
|
|
struct list_head wait_list; /* store on-flushing entries */
|
|
|
struct list_head fstrim_list; /* in-flight discard from fstrim */
|
|
struct list_head fstrim_list; /* in-flight discard from fstrim */
|
|
|
wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */
|
|
wait_queue_head_t discard_wait_queue; /* waiting queue for wake-up */
|