Re: [PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
From: Dan Williams <hidden>
Date: 2021-12-09 01:58:56
Also in:
linux-fsdevel, nvdimm
On Wed, Dec 8, 2021 at 4:56 PM Darrick J. Wong [off-list ref] wrote:
On Wed, Dec 08, 2021 at 04:48:46PM -0800, Darrick J. Wong wrote:quoted
On Wed, Dec 08, 2021 at 10:12:03AM +0100, Christoph Hellwig wrote:quoted
bytes also hold the return value from iomap_write_end, which can contain a negative error value. As bytes is always less than the page size even the signed type can hold the entire possible range. Fixes: c6f40468657d ("fsdax: decouple zeroing from the iomap buffered I/O code")...waitaminute, ^^^^^^ in what tree is this commit? Did Linus merge the dax decoupling series into upstream without telling me? /me checks... no? Though I searched for it on gitweb and came up with this bizarre plot twist: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c6f40468657d16e4010ef84bf32a761feb3469ea (Is this the same as that github thing a few months ago where everybody's commits get deduplicated into the same realm and hence anyone can make trick the frontend into sort of making it look like their rando commits end up in Linus' tree? Or did it get merged and push -f reverted?) Ok, so ... I don't know what I'm supposed to apply this to? Is this something that should go in Christoph's development branch? <confused, going to run away now> On the plus side, that means I /can/ go test-merge willy's iomap folios for 5.17 stuff tonight.
This commit is in the nvdimm.git tree and is merged in linux-next.