diff options
Diffstat (limited to 'include/linux/backing-dev.h')
-rw-r--r-- | include/linux/backing-dev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/backing-dev.h b/include/linux/backing-dev.h index e536f3a74e60..f0936f5f85dd 100644 --- a/include/linux/backing-dev.h +++ b/include/linux/backing-dev.h | |||
@@ -50,7 +50,7 @@ struct bdi_writeback { | |||
50 | 50 | ||
51 | unsigned long last_old_flush; /* last old data flush */ | 51 | unsigned long last_old_flush; /* last old data flush */ |
52 | 52 | ||
53 | struct task_struct *task; /* writeback task */ | 53 | struct task_struct *task; /* writeback thread */ |
54 | struct list_head b_dirty; /* dirty inodes */ | 54 | struct list_head b_dirty; /* dirty inodes */ |
55 | struct list_head b_io; /* parked for writeback */ | 55 | struct list_head b_io; /* parked for writeback */ |
56 | struct list_head b_more_io; /* parked for more writeback */ | 56 | struct list_head b_more_io; /* parked for more writeback */ |