]> git.ipfire.org Git - thirdparty/linux.git/commit
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submitted
authorJoanne Koong <joannelkoong@gmail.com>
Tue, 11 Nov 2025 19:36:50 +0000 (11:36 -0800)
committerChristian Brauner <brauner@kernel.org>
Wed, 12 Nov 2025 09:50:31 +0000 (10:50 +0100)
commita0f1cabe294c914ef58a414dce0de5c46a767bb5
treed8ae0a7bb5c0e1bd4f9b307e2b211ad28d7aa966
parentca3557a6868478268a6f8ab71268dd75eb47e875
iomap: rename bytes_pending/bytes_accounted to bytes_submitted/bytes_not_submitted

The naming "bytes_pending" and "bytes_accounted" may be confusing and
could be better named. Rename this to "bytes_submitted" and
"bytes_not_submitted" to make it more clear that these are bytes we
passed to the IO helper to read in.

Signed-off-by: Joanne Koong <joannelkoong@gmail.com>
Link: https://patch.msgid.link/20251111193658.3495942-2-joannelkoong@gmail.com
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/iomap/buffered-io.c