diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-01-14 09:58:15 +0100 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2023-02-20 11:48:47 -0600 |
commit | 9f5d1a8cf8a137c4be180560b796e73b2707e337 (patch) | |
tree | 9e8dee7750e8788563ad473deb28731ccdc38fc1 /include/net | |
parent | c9c3395d5e3dcc6daee66c6908354d47bf98cb0c (diff) |
cifs: Use kstrtobool() instead of strtobool()
strtobool() is the same as kstrtobool().
However, the latter is more used within the kernel.
In order to remove strtobool() and slightly simplify kstrtox.h, switch to
the other function name.
While at it, include the corresponding header file (<linux/kstrtox.h>)
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Reviewed-by: Paulo Alcantara <pc@cjr.nz>
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions