diff options
Diffstat (limited to 'include/linux/iocontext.h')
| -rw-r--r-- | include/linux/iocontext.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/iocontext.h b/include/linux/iocontext.h index 78ef023227d..1195a806fe0 100644 --- a/include/linux/iocontext.h +++ b/include/linux/iocontext.h @@ -49,8 +49,8 @@ struct io_context {  	/*  	 * For request batching  	 */ -	unsigned long last_waited; /* Time last woken after wait for request */  	int nr_batch_requests;     /* Number of requests left in the batch */ +	unsigned long last_waited; /* Time last woken after wait for request */  	struct radix_tree_root radix_root;  	struct hlist_head cic_list;  |