Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-18 Thread James Simmons
> On Jul 11, 2016, at 1:18 PM, James Simmons wrote: > > > With the move to iov_iter handling two issues merged > > for the ko2iblnd driver. The first fix address a simple > > typo of the wrong flag being used with iov_iter_kvec. > > The second fix adds the payload offset to the payload > > size.

Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-18 Thread James Simmons
> On Jul 11, 2016, at 1:18 PM, James Simmons wrote: > > > With the move to iov_iter handling two issues merged > > for the ko2iblnd driver. The first fix address a simple > > typo of the wrong flag being used with iov_iter_kvec. > > The second fix adds the payload offset to the payload > > size.

Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-14 Thread Al Viro
On Fri, Jul 15, 2016 at 01:01:35AM -0400, Oleg Drokin wrote: > > + } else { > > + iov_iter_kvec(, ITER_KVEC | WRITE, > > + payload_iov, payload_niov, > > + payload_nob + payload_offset); > > + } > > iov_iter_advance(,

Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-14 Thread Al Viro
On Fri, Jul 15, 2016 at 01:01:35AM -0400, Oleg Drokin wrote: > > + } else { > > + iov_iter_kvec(, ITER_KVEC | WRITE, > > + payload_iov, payload_niov, > > + payload_nob + payload_offset); > > + } > > iov_iter_advance(,

Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-14 Thread Oleg Drokin
On Jul 11, 2016, at 1:18 PM, James Simmons wrote: > With the move to iov_iter handling two issues merged > for the ko2iblnd driver. The first fix address a simple > typo of the wrong flag being used with iov_iter_kvec. > The second fix adds the payload offset to the payload > size. > >

Re: [PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-14 Thread Oleg Drokin
On Jul 11, 2016, at 1:18 PM, James Simmons wrote: > With the move to iov_iter handling two issues merged > for the ko2iblnd driver. The first fix address a simple > typo of the wrong flag being used with iov_iter_kvec. > The second fix adds the payload offset to the payload > size. > >

[PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-11 Thread James Simmons
With the move to iov_iter handling two issues merged for the ko2iblnd driver. The first fix address a simple typo of the wrong flag being used with iov_iter_kvec. The second fix adds the payload offset to the payload size. Signed-off-by: James Simmons ---

[PATCH] staging: lustre: o2iblnd: iov fixes for kiblnd_send

2016-07-11 Thread James Simmons
With the move to iov_iter handling two issues merged for the ko2iblnd driver. The first fix address a simple typo of the wrong flag being used with iov_iter_kvec. The second fix adds the payload offset to the payload size. Signed-off-by: James Simmons ---