summaryrefslogtreecommitdiff
path: root/fs/netfs/buffered_write.c
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2025-10-24 18:08:15 +0100
committerChristian Brauner <brauner@kernel.org>2025-10-31 13:11:38 +0100
commitac97520804757b685bc3f29811ac25616183ead3 (patch)
tree6b425ecdd74ca18b4cd10797abcd4a61bfd34a03 /fs/netfs/buffered_write.c
parent5f0fc785322dfcd8b16e921760c0a4e685086a1f (diff)
iomap: Use folio_next_pos()
This is one instruction more efficient than open-coding folio_pos() + folio_size(). It's the equivalent of (x + y) << z rather than x << z + y << z. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Link: https://patch.msgid.link/20251024170822.1427218-8-willy@infradead.org Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Cc: Christian Brauner <brauner@kernel.org> Cc: Darrick J. Wong <djwong@kernel.org> Cc: linux-xfs@vger.kernel.org Signed-off-by: Christian Brauner <brauner@kernel.org>
Diffstat (limited to 'fs/netfs/buffered_write.c')
0 files changed, 0 insertions, 0 deletions