]> www.infradead.org Git - users/dwmw2/linux.git/commit
btrfs: use str_yes_no() helper function in btrfs_dump_free_space()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 21 Oct 2024 21:40:22 +0000 (23:40 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 11 Nov 2024 13:34:18 +0000 (14:34 +0100)
commit4f285a7752071a925f3b3062b24220d01b8c0f8a
tree347945875cdd0935cfb51f85c46d926b688cb98d
parent0f7120266584490616f031873e7148495d77dd68
btrfs: use str_yes_no() helper function in btrfs_dump_free_space()

Remove hard-coded strings by using the str_yes_no() and str_no_yes()
helper functions.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Reviewed-by: David Sterba <dsterba@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/free-space-cache.c