lkml.org 
[lkml]   [2003]   [May]   [28]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] two ll_rw_block style fixes
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/

\
 
 \ /
  Last update: 2005-03-22 13:35    [W:0.025 / U:0.564 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site