]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't inc io_(read|write) counters for moves
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 30 Jan 2025 08:41:31 +0000 (03:41 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 15 Mar 2025 01:02:10 +0000 (21:02 -0400)
commit55a132c37acded02391664c108fcea5006c72fd5
treeb03b9cfcc4c12eb71a7e18f3cedc0bcb57b5b0fb
parente5a63ad343cc19c64875f2496ce5f7b992ef0c32
bcachefs: Don't inc io_(read|write) counters for moves

This makes 'bcachefs fs top' more useful; we can now see at a glance
whether the IO to the device is being done for user reads/writes, or
copygc/rebalance.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/io_read.c
fs/bcachefs/io_write.c