Files
linux/fs/hpfs
Su Hui fd8a620f19 hpfs: Replace simple_strtoul with kstrtoint in hpfs_parse_param
kstrtoint() is better because simple_strtoul() ignores overflow and the
type of 'timeshift' is 'int' rather than 'unsigned long'. Using kstrtoint()
is more concise too.

Signed-off-by: Su Hui <suhui@nfschina.com>
Signed-off-by: Mikulas Patocka <mpatocka@redhat.com>
2025-09-08 17:23:34 +02:00
..
2023-10-18 14:08:22 +02:00
2018-06-12 16:19:22 -07:00
2023-08-02 09:13:09 -06:00