Re: [PATCH 01/25] iov_iter: Add ITER_XARRAY
From: David Howells <dhowells@redhat.com>
Date: 2021-01-21 14:57:05
Also in:
ceph-devel, linux-cifs, linux-fsdevel, lkml
From: David Howells <dhowells@redhat.com>
Date: 2021-01-21 14:57:05
Also in:
ceph-devel, linux-cifs, linux-fsdevel, lkml
Matthew Wilcox [off-list ref] wrote:
On Wed, Jan 20, 2021 at 10:21:37PM +0000, David Howells wrote:quoted
-#define iterate_all_kinds(i, n, v, I, B, K) { \ +#define iterate_all_kinds(i, n, v, I, B, K, X) { \Do you need to add the X parameter? It seems to always be the same as B.
It isn't. See iov_get_pages() for example. David