Thread (106 messages) 106 messages, 6 authors, 2022-01-08

Re: [PATCH 07/48] iov_iter: Convert iter_xarray to use folios

From: Christoph Hellwig <hch@infradead.org>
Date: 2021-12-24 06:14:27
Also in: linux-fsdevel

On Thu, Dec 23, 2021 at 03:24:21PM +0000, David Howells wrote:
quoted
quoted
+		while (offset < folio_size(folio)) {		\
Nit: I'd be tempted to use a for loop on offset here.
A while-loop makes more sense here.  The adjustment you need for offset
(ie. len) is overwritten after offset is altered at the end of the loop:
quoted
+			offset += len;				\
+			len = PAGE_SIZE;			\
 		}						\
So you'd have to move both of these into the for-incrementor expression, in
addition to moving in the initialiser expression, making the thing less
readable.
Ok.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help