From 41dd54c6baad63235aacbc7326c3e42f379b2e50 Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Fri, 26 Feb 2010 14:00:43 +0100 Subject: [PATCH] --- yaml --- r: 182925 b: refs/heads/master c: 58c24a61614f5da290068e47fc5ec65370eb61dd h: refs/heads/master i: 182923: 24e0e4f4d54c562e05af197a8a99c789d03df38c v: v3 --- [refs] | 2 +- trunk/include/linux/iocontext.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index e68e9e5c5e9d..d91bb8176779 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 024f9066165ffe9c8284431c78adcbcddd309831 +refs/heads/master: 58c24a61614f5da290068e47fc5ec65370eb61dd diff --git a/trunk/include/linux/iocontext.h b/trunk/include/linux/iocontext.h index 78ef023227d4..1195a806fe0c 100644 --- a/trunk/include/linux/iocontext.h +++ b/trunk/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;