Files
linux/fs
Filipe Manana bf1c74ccba btrfs: pass true to btrfs_delalloc_release_space() at btrfs_page_mkwrite()
In the last call to btrfs_delalloc_release_space() where the value of the
variable 'ret' is never zero, we pass the expression 'ret != 0' as the
value for the argument 'qgroup_free', which always evaluates to true.
Make this less confusing and more clear by explicitly passing true
instead.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: Filipe Manana <fdmanana@suse.com>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2025-05-15 18:24:15 +02:00
..
2025-03-25 15:57:58 +01:00
2025-04-04 11:31:42 -07:00
2025-04-24 10:58:59 +02:00
2025-05-09 18:06:27 -04:00
2025-05-09 18:06:27 -04:00
2025-05-09 18:06:27 -04:00