[PATCH] two ll_rw_block style fixes

Russell King (rmk@arm.linux.org.uk)
Wed, 28 May 2003 14:43:26 +0100


A random patch from the -rmk patch series which someone might like to
take on board. It's no longer part of the -rmk patch though.

--- orig/drivers/block/ll_rw_blk.c Tue May 27 10:04:29 2003
+++ linux/drivers/block/ll_rw_blk.c Tue May 27 10:40:20 2003
@@ -1204,7 +1204,7 @@
}

q->request_fn = rfn;
- q->back_merge_fn = ll_back_merge_fn;
+ q->back_merge_fn = ll_back_merge_fn;
q->front_merge_fn = ll_front_merge_fn;
q->merge_requests_fn = ll_merge_requests_fn;
q->prep_rq_fn = NULL;
@@ -2277,7 +2277,7 @@
for (i = 0; i < ARRAY_SIZE(congestion_wqh); i++)
init_waitqueue_head(&congestion_wqh[i]);
return 0;
-};
+}

EXPORT_SYMBOL(process_that_request_first);
EXPORT_SYMBOL(end_that_request_first);

-- 
Russell King (rmk@arm.linux.org.uk)                The developer of ARM Linux
             http://www.arm.linux.org.uk/personal/aboutme.html

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/