]> www.infradead.org Git - users/jedix/linux-maple.git/commit
btrfs: always update fstrim_range on failure in FITRIM ioctl
authorLuca Stefani <luca.stefani.ge1@gmail.com>
Mon, 2 Sep 2024 11:10:53 +0000 (13:10 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 10 Sep 2024 14:51:21 +0000 (16:51 +0200)
commit3368597206dc3c6c3c2247ee146beada14c67380
tree9e283800f88c206ebe5c8ba84e213bd476852680
parentfaad57ae20190de6375e1c3a7144c7ae66ab4ddf
btrfs: always update fstrim_range on failure in FITRIM ioctl

Even in case of failure we could've discarded some data and userspace
should be made aware of it, so copy fstrim_range to userspace
regardless.

Also make sure to update the trimmed bytes amount even if
btrfs_trim_free_extents fails.

CC: stable@vger.kernel.org # 5.15+
Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Luca Stefani <luca.stefani.ge1@gmail.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent-tree.c
fs/btrfs/ioctl.c