]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
md: handle_stripe5 - request io processing in raid5_run_ops
authorDan Williams <dan.j.williams@intel.com>
Tue, 2 Jan 2007 20:52:31 +0000 (13:52 -0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 13 Jul 2007 15:06:17 +0000 (08:06 -0700)
commit830ea01673a397798d1281d2022615559f5001bb
tree33413032374605648a1e47f059b93ffc39e33717
parentf0a50d3754c7f1b7f05f45b1c0b35d20445316b5
md: handle_stripe5 - request io processing in raid5_run_ops

I/O submission requests were already handled outside of the stripe lock in
handle_stripe.  Now that handle_stripe is only tasked with finding work,
this logic belongs in raid5_run_ops.

Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Acked-By: NeilBrown <neilb@suse.de>
drivers/md/raid5.c