[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <alpine.LFD.2.20.1607111717080.10421@casper.infradead.org>
Date: Mon, 11 Jul 2016 18:15:21 +0100 (BST)
From: James Simmons <jsimmons@...radead.org>
To: Al Viro <viro@...IV.linux.org.uk>
cc: Oleg Drokin <green@...uxhacker.ru>,
Mailing List <linux-kernel@...r.kernel.org>,
"<linux-fsdevel@...r.kernel.org>" <linux-fsdevel@...r.kernel.org>
Subject: Re: More parallel atomic_open/d_splice_alias fun with NFS and possibly
more FSes.
> 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...
That is the fix. Also I believe payload_nob should be payload_nob +
payload_offset instead. I will send a patch that against Oleg's tree
that address these issues.
Powered by blists - more mailing lists