]> www.infradead.org Git - users/dwmw2/linux.git/commit
ext4: use str_yes_no() helper function
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 21 Oct 2024 10:00:57 +0000 (12:00 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 13 Nov 2024 17:56:47 +0000 (12:56 -0500)
commit6a0c5887a54318eaaafb00825ebb10d1f7c8f0cf
treea4033d863e5aa269d831e6933a74859a19dc0df8
parent97f5ec3b166db4e47ee2c0bdb0deb027413d4f2a
ext4: use str_yes_no() helper function

Remove hard-coded strings by using the str_yes_no() helper function.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Link: https://patch.msgid.link/20241021100056.5521-2-thorsten.blum@linux.dev
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c