RE: [PATCH 2.6.23-rc7 0/3] async_tx and md-accel fixes for 2.6.23

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Neil Brown <neilb@...>, Andrew Morton <akpm@...>
Cc: <linux-kernel@...>, <linux-raid@...>, <yur@...>, <saeed.bishara@...>, Nelson, Shannon <shannon.nelson@...>
Date: Friday, September 21, 2007 - 8:45 pm

> From: Neil Brown [mailto:neilb@suse.de]
async-tx-fixes-for-linus
something.
I went ahead and added reviewed-by.

It is slightly earlier than 2.6.22 (outside the '/* now count some
things */' loop) to make sure the R5_Wantfill flags from the last
request have been cleared before starting a new one:

		/* maybe we can request a biofill operation
		 *
		 * new wantfill requests are only permitted while
		 * STRIPE_OP_BIOFILL is clear
		 */
		if (test_bit(R5_UPTODATE, &dev->flags) && dev->toread &&
			!test_bit(STRIPE_OP_BIOFILL, &sh->ops.pending))
			set_bit(R5_Wantfill, &dev->flags);


Ok, the tree is updated with 'Reviewed-by' tags and the proposed
documentation updates from Randy and Shannon.

git://lost.foo-projects.org/~dwillia2/git/iop async-tx-fixes-for-linus

Dan Williams (3):
      async_tx: usage documentation and developer notes (v2)
      async_tx: fix dma_wait_for_async_tx
      raid5: fix ops_complete_biofill


--
Dan
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
RE: [PATCH 2.6.23-rc7 0/3] async_tx and md-accel fixes for 2..., Williams, Dan J, (Fri Sep 21, 8:45 pm)