]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Don't unnecessarily decrypt data when moving
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 24 Mar 2025 20:25:53 +0000 (16:25 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Wed, 26 Mar 2025 20:26:35 +0000 (16:26 -0400)
commit19ff84b20d62e62ff527a384b35102bf745a70d1
tree84a820f1a56ef8e7822ad10a72b9bf0cb0629970
parenta44e4f8f00e3a443148dded2066d0f84c0dfebf5
bcachefs: Don't unnecessarily decrypt data when moving

There's various checks for "are we going to compress this" - but we're
not going to compress if we know it's incompressible.

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