Re: [PATCH -mm] readahead: partial sendfile fix

2007-03-08 Thread Fengguang Wu
Ram Pai, Sorry for the long delay, I was just back from the winter vacation. On Mon, Feb 12, 2007 at 11:49:10AM -0800, Ram Pai wrote: > The solution you proposed seems kludgy to me. If you determine that the I dislike it, either. > its a restarted aio, then start reading from where readahead

Re: [PATCH -mm] readahead: partial sendfile fix

2007-03-08 Thread Fengguang Wu
Ram Pai, Sorry for the long delay, I was just back from the winter vacation. On Mon, Feb 12, 2007 at 11:49:10AM -0800, Ram Pai wrote: The solution you proposed seems kludgy to me. If you determine that the I dislike it, either. its a restarted aio, then start reading from where readahead had

Re: [PATCH -mm] readahead: partial sendfile fix

2007-02-12 Thread Ram Pai
On Sat, 2007-02-10 at 09:40 +0800, Fengguang Wu wrote: > Enable readahead to handle partially done read requests, e.g. > > sendfile(188, 1921, [1478592], 19553028) = 37440 > sendfile(188, 1921, [1516032], 19515588) = 28800 > sendfile(188, 1921, [1544832], 19486788) = 37440

Re: [PATCH -mm] readahead: partial sendfile fix

2007-02-12 Thread Ram Pai
On Sat, 2007-02-10 at 09:40 +0800, Fengguang Wu wrote: Enable readahead to handle partially done read requests, e.g. sendfile(188, 1921, [1478592], 19553028) = 37440 sendfile(188, 1921, [1516032], 19515588) = 28800 sendfile(188, 1921, [1544832], 19486788) = 37440

[PATCH -mm] readahead: partial sendfile fix

2007-02-09 Thread Fengguang Wu
Enable readahead to handle partially done read requests, e.g. sendfile(188, 1921, [1478592], 19553028) = 37440 sendfile(188, 1921, [1516032], 19515588) = 28800 sendfile(188, 1921, [1544832], 19486788) = 37440 sendfile(188, 1921, [1582272], 19449348) = 14400

[PATCH -mm] readahead: partial sendfile fix

2007-02-09 Thread Fengguang Wu
Enable readahead to handle partially done read requests, e.g. sendfile(188, 1921, [1478592], 19553028) = 37440 sendfile(188, 1921, [1516032], 19515588) = 28800 sendfile(188, 1921, [1544832], 19486788) = 37440 sendfile(188, 1921, [1582272], 19449348) = 14400