mirror of
https://github.com/torvalds/linux.git
synced 2024-12-08 20:21:34 +00:00
dm writecache: remove unused member pointer in writeback_struct
The stucture member pointer page in writeback_struct never has been used actually. Remove it. Signed-off-by: Huaisheng Ye <yehs1@lenovo.com> Acked-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
This commit is contained in:
parent
0c8e9c2d66
commit
58912dbce6
@ -190,7 +190,6 @@ struct writeback_struct {
|
||||
struct dm_writecache *wc;
|
||||
struct wc_entry **wc_list;
|
||||
unsigned wc_list_n;
|
||||
struct page *page;
|
||||
struct wc_entry *wc_list_inline[WB_LIST_INLINE];
|
||||
struct bio bio;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user