The patch titled Subject: init-reduce-rootwait-polling-interval-time-to-5ms-fix has been removed from the -mm tree. Its filename was init-reduce-rootwait-polling-interval-time-to-5ms-fix.patch This patch was dropped because it was folded into init-reduce-rootwait-polling-interval-time-to-5ms.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: init-reduce-rootwait-polling-interval-time-to-5ms-fix remove used-once #define Cc: Jungseung Lee <js07.lee@xxxxxxxxxxx> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx> Cc: Christoph Hellwig <hch@xxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- init/do_mounts.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff -puN init/do_mounts.c~init-reduce-rootwait-polling-interval-time-to-5ms-fix init/do_mounts.c --- a/init/do_mounts.c~init-reduce-rootwait-polling-interval-time-to-5ms-fix +++ a/init/do_mounts.c @@ -543,8 +543,6 @@ void __init mount_root(void) #endif } -#define ROOTWAIT_MSEC 5 - /* * Prepare the namespace - decide what/where to mount, load ramdisks, etc. */ @@ -590,7 +588,7 @@ void __init prepare_namespace(void) saved_root_name); while (driver_probe_done() != 0 || (ROOT_DEV = name_to_dev_t(saved_root_name)) == 0) - msleep(ROOTWAIT_MSEC); + msleep(5); async_synchronize_full(); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-backing-dev-defsh-shrink-struct-backing_dev_info.patch scripts-checkpatchpl-fix-spelling.patch init-reduce-rootwait-polling-interval-time-to-5ms.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