aboutsummaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
Diffstat (limited to 'block')
-rw-r--r--block/cfq-iosched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c
index 286008cf889e..0f3eb70f9ce1 100644
--- a/block/cfq-iosched.c
+++ b/block/cfq-iosched.c
@@ -1094,7 +1094,7 @@ static struct cfq_group *cfq_get_cfqg(struct cfq_data *cfqd, int create)
1094 1094
1095static inline struct cfq_group *cfq_ref_get_cfqg(struct cfq_group *cfqg) 1095static inline struct cfq_group *cfq_ref_get_cfqg(struct cfq_group *cfqg)
1096{ 1096{
1097 return NULL; 1097 return cfqg;
1098} 1098}
1099 1099
1100static inline void 1100static inline void