[PATCH] two ll_rw_block style fixes

From: Russell King (rmk@arm.linux.org.uk)
Date: Wed May 28 2003 - 08:46:47 EST


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@xxxxxxxxxxxxxxxx) 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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/