Re: [PATCH] init : Reduce rootwait polling interval time to 5ms

2016-12-07 Thread Andrew Morton
On Wed, 07 Dec 2016 15:07:43 +0900 Jungseung Lee wrote: > 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

Re: [PATCH] init : Reduce rootwait polling interval time to 5ms

2016-12-07 Thread Andrew Morton
On Wed, 07 Dec 2016 15:07:43 +0900 Jungseung Lee wrote: > 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. > > ... > >

[PATCH] init : Reduce rootwait polling interval time to 5ms

2016-12-06 Thread Jungseung Lee
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. Signed-off-by: Jungseung Lee --- init/do_mounts.c | 4

[PATCH] init : Reduce rootwait polling interval time to 5ms

2016-12-06 Thread Jungseung Lee
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. Signed-off-by: Jungseung Lee --- init/do_mounts.c | 4 +++- 1 file changed, 3