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 {  	unsigned long last_old_flush;		/* last old data flush */ -	struct task_struct	*task;		/* writeback task */ +	struct task_struct	*task;		/* writeback thread */  	struct list_head	b_dirty;	/* dirty inodes */  	struct list_head	b_io;		/* parked for writeback */  	struct list_head	b_more_io;	/* parked for more writeback */  | 
