Re: [PATCH v4] xfs: introduce object readahead to log recovery

2013-08-23 Thread Ben Myers
On Wed, Aug 14, 2013 at 03:16:03PM +0800, zwu.ker...@gmail.com wrote: > From: Zhi Yong Wu > > It can take a long time to run log recovery operation because it is > single threaded and is bound by read latency. We can find that it took > most of the time to wait for the read IO to occur, so if o

[PATCH v4] xfs: introduce object readahead to log recovery

2013-08-14 Thread zwu . kernel
From: Zhi Yong Wu It can take a long time to run log recovery operation because it is single threaded and is bound by read latency. We can find that it took most of the time to wait for the read IO to occur, so if one object readahead is introduced to log recovery, it will obviously reduce the