]> git.baikalelectronics.ru Git - kernel.git/commit
init: reduce rootwait polling interval time to 5ms
authorJungseung Lee <js07.lee@samsung.com>
Tue, 13 Dec 2016 00:46:43 +0000 (16:46 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Dec 2016 02:55:10 +0000 (18:55 -0800)
commit867fa4189cdb9a1e63eb831302afe45748dcb056
tree34df14285ce89f83a93f6053a897bcd371dc1e15
parent70ef18e34ebe4e617ffad340fb96c180d7b20b44
init: reduce rootwait polling interval time to 5ms

For several devices, the rootwait time is sensitive because it directly
affects booting time.  The polling interval of rootwait is currently
100ms.  To save unnessesary waiting time, reduce the polling interval to
5 ms.

[akpm@linux-foundation.org: remove used-once #define]
Link: http://lkml.kernel.org/r/20161207060743.1728-1-js07.lee@samsung.com
Signed-off-by: Jungseung Lee <js07.lee@samsung.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
init/do_mounts.c