Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-14 Thread Greg Kroah-Hartman
On Thu, Oct 13, 2016 at 11:45:28PM +0100, James Simmons wrote: > > > On Wed, Oct 12, 2016 at 12:22:35AM +0100, James Simmons wrote: > > > > > > > On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > > > > > From: Bobi Jam > > > > > > > > > > If normal IO got short read/write, we'd r

Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-13 Thread James Simmons
> On Wed, Oct 12, 2016 at 12:22:35AM +0100, James Simmons wrote: > > > > > On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > > > > From: Bobi Jam > > > > > > > > If normal IO got short read/write, we'd restart the IO from where > > > > we've accomplished until we meet EOF or erro

Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-11 Thread Greg Kroah-Hartman
On Wed, Oct 12, 2016 at 12:22:35AM +0100, James Simmons wrote: > > > On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > > > From: Bobi Jam > > > > > > If normal IO got short read/write, we'd restart the IO from where > > > we've accomplished until we meet EOF or error happens. > >

Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-11 Thread James Simmons
> On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > > From: Bobi Jam > > > > If normal IO got short read/write, we'd restart the IO from where > > we've accomplished until we meet EOF or error happens. > > > > Signed-off-by: Bobi Jam > > Signed-off-by: Jinshan Xiong > > Intel-b

Re: [PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-09 Thread Greg Kroah-Hartman
On Sun, Oct 02, 2016 at 10:28:28PM -0400, James Simmons wrote: > From: Bobi Jam > > If normal IO got short read/write, we'd restart the IO from where > we've accomplished until we meet EOF or error happens. > > Signed-off-by: Bobi Jam > Signed-off-by: Jinshan Xiong > Intel-bug-id: https://jira

[PATCH 32/41] staging: lustre: llite: restart short read/write for normal IO

2016-10-02 Thread James Simmons
From: Bobi Jam If normal IO got short read/write, we'd restart the IO from where we've accomplished until we meet EOF or error happens. Signed-off-by: Bobi Jam Signed-off-by: Jinshan Xiong Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-6389 Reviewed-on: http://review.whamcloud.com/14123 R