The patch titled md: allow raid4 arrays to be reshaped has been removed from the -mm tree. Its filename was md-allow-raid4-arrays-to-be-reshaped.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: md: allow raid4 arrays to be reshaped From: NeilBrown <neilb@xxxxxxx> All that is missing the the function pointers in raid4_pers. Signed-off-by: Neil Brown <neilb@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/md/raid5.c | 4 ++++ 1 file changed, 4 insertions(+) diff -puN drivers/md/raid5.c~md-allow-raid4-arrays-to-be-reshaped drivers/md/raid5.c --- a/drivers/md/raid5.c~md-allow-raid4-arrays-to-be-reshaped +++ a/drivers/md/raid5.c @@ -4104,6 +4104,10 @@ static struct mdk_personality raid4_pers .spare_active = raid5_spare_active, .sync_request = sync_request, .resize = raid5_resize, +#ifdef CONFIG_MD_RAID5_RESHAPE + .check_reshape = raid5_check_reshape, + .start_reshape = raid5_start_reshape, +#endif .quiesce = raid5_quiesce, }; _ Patches currently in -mm which might be from neilb@xxxxxxx are origin.patch net-sunrpc-svcsockc-fix-a-check.patch fix-quadratic-behavior-of-shrink_dcache_parent.patch fix-__d_path-for-lazy-unmounts-and-make-it-unambiguous.patch the-nfsv2-nfsv3-server-does-not-handle-zero-length-write.patch readahead-nfsd-case.patch drivers-mdc-use-array_size-macro-when-appropriate.patch md-dm-reduce-stack-usage-with-stacked-block-devices.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html