Re: [PATCH 7/7] iov_iter: remove iov_iter_is_aligned
From: Keith Busch <kbusch@kernel.org>
Date: 2025-08-04 22:57:12
Also in:
linux-fsdevel, linux-nfs, lkml
From: Keith Busch <kbusch@kernel.org>
Date: 2025-08-04 22:57:12
Also in:
linux-fsdevel, linux-nfs, lkml
On Mon, Aug 04, 2025 at 06:26:55PM -0400, Mike Snitzer wrote:
FYI, I was able to avoid using iov_iter_is_aligned() in favor of checks in earlier code (in both NFSD and NFS).
Excellent! I promise removing the extra iteration is totally worth it. ;) I just know of one error case bug mentioned in patch 2, so unless I hear anything else, I'll spin out the new version with a fix for just that tomorrow.