]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
cifs: Use str_yes_no() helper in cifs_ses_add_channel()
authorThorsten Blum <thorsten.blum@linux.dev>
Mon, 9 Dec 2024 11:07:09 +0000 (12:07 +0100)
committerSteve French <stfrench@microsoft.com>
Wed, 11 Dec 2024 02:47:37 +0000 (20:47 -0600)
commit8676c4dfae5bea2582f9a999fd7463e3c79a3412
tree43b6988a3fdf970d98c9d8c77f20719625a358df
parentbb57c81e97e0082abfb0406ed6f67c615c3d206c
cifs: Use str_yes_no() helper in cifs_ses_add_channel()

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

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/smb/client/sess.c