Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1440958
| From | Oleg Drokin <green@linuxhacker.ru> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: lustre sendmsg stuff |
| Date | 2016-07-12 01:00 +0200 |
| Message-ID | <rTSlb-4Sj-1@gated-at.bofh.it> (permalink) |
| References | (6 earlier) <rRohA-5fe-3@gated-at.bofh.it> <rTqoW-3ub-21@gated-at.bofh.it> <rTruG-48u-19@gated-at.bofh.it> <rTxTr-5I-3@gated-at.bofh.it> <rTxTr-5I-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Jul 10, 2016, at 9:03 PM, Al Viro wrote:
> On Mon, Jul 11, 2016 at 02:01:13AM +0100, Al Viro wrote:
>> On Sun, Jul 10, 2016 at 07:14:18PM +0100, James Simmons wrote:
>>
>>> [ 111.210818] [<ffffffffa04012bd>] kiblnd_send+0x51d/0x9e0 [ko2iblnd]
>>
>> Mea culpa - in kiblnd_send() this
>> if (payload_kiov)
>> iov_iter_bvec(&from, ITER_BVEC | WRITE,
>> payload_kiov, payload_niov, payload_nob);
>> else
>> iov_iter_kvec(&from, ITER_BVEC | WRITE,
>> payload_iov, payload_niov, payload_nob);
>> should have s/BVEC/KVEC/ in the iov_iter_kvec() arguments. Cut'n'paste
>> braindamage...
>
> PS: That was introduced in the last commit in that pile - "lustre: introduce
> lnet_copy_{k,}iov2iter(), kill lnet_copy_{k,}iov2{k,}iov()".
Is this something you plan to submit to Linus or should I just submit this to
Greg along with other changes?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes. Oleg Drokin <green@linuxhacker.ru> - 2016-07-10 19:10 +0200
Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes. James Simmons <jsimmons@infradead.org> - 2016-07-10 20:20 +0200
Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes. Al Viro <viro@ZenIV.linux.org.uk> - 2016-07-11 03:10 +0200
Re: lustre sendmsg stuff Oleg Drokin <green@linuxhacker.ru> - 2016-07-12 01:00 +0200
Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes. Al Viro <viro@ZenIV.linux.org.uk> - 2016-07-11 03:10 +0200
Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly more FSes. James Simmons <jsimmons@infradead.org> - 2016-07-11 19:20 +0200
csiph-web