mbox series

[0/2] Remove container_enough logic

Message ID 20231019143525.2086-1-pawel.piatkowski@intel.com (mailing list archive)
Headers show
Series Remove container_enough logic | expand

Message

Pawel Piatkowski Oct. 19, 2023, 2:35 p.m. UTC
Pawel Piatkowski (2):
  mdadm: remove container_enough logic
  Fix assembling RAID volume by using incremental

 Assemble.c    | 10 ++++------
 Incremental.c | 11 -----------
 mdadm.h       |  3 ---
 super-ddf.c   |  1 -
 super-intel.c | 32 +-------------------------------
 5 files changed, 5 insertions(+), 52 deletions(-)

Comments

Jes Sorensen Oct. 26, 2023, 9:52 p.m. UTC | #1
On 10/19/23 10:35, Pawel Piatkowski wrote:
> Pawel Piatkowski (2):
>   mdadm: remove container_enough logic
>   Fix assembling RAID volume by using incremental
> 
>  Assemble.c    | 10 ++++------
>  Incremental.c | 11 -----------
>  mdadm.h       |  3 ---
>  super-ddf.c   |  1 -
>  super-intel.c | 32 +-------------------------------
>  5 files changed, 5 insertions(+), 52 deletions(-)
> 

Looks reasonable to me. If it breaks, we know where to find Intel :)

Applied

Thanks,
Jes