[dm-devel] [PATCH] dm: Introduce DMF_MERGE_IS_OPTIONAL flag

Alasdair G Kergon agk at redhat.com
Thu Jun 23 01:14:15 UTC 2011


On Wed, Jun 22, 2011 at 07:57:49PM -0400, Mikulas Patocka wrote:
> dm: Introduce DMF_MERGE_IS_OPTIONAL flag
 
To summarise - and, again, we need some comments in the code:

If the new flag is set, it means that the device is capable of accepting
and processing correctly bios larger than the size the merge function
returns.  Or in other words, it means that the device is able to split
a bio itself if it is too big.

There are cases today where we are limited to submitting tiny bios as a
precaution against an underlying device being unable to split them if
it needs to.  The patch reduces the number of such cases.

Alasdair




More information about the dm-devel mailing list