fs/fs_parse: Delete macro fsparam_u32hex()
authorZijun Hu <quic_zijuhu@quicinc.com>
Fri, 11 Apr 2025 15:31:40 +0000 (23:31 +0800)
committerChristian Brauner <brauner@kernel.org>
Mon, 21 Apr 2025 08:27:58 +0000 (10:27 +0200)
commit296b67059e3026125a1ca942f5506e6ca051749e
treecc2fc7d660038b44340d591ddb0a5c2ef380ef2c
parent8564124c36d6bf97199125dd542710c2814b4017
fs/fs_parse: Delete macro fsparam_u32hex()

Delete macro fsparam_u32hex() since:

- it has no caller.

- it uses as type @fs_param_is_u32_hex which is never defined, so will
  cause compile error when caller uses it.

Signed-off-by: Zijun Hu <quic_zijuhu@quicinc.com>
Link: https://lore.kernel.org/20250411-fix_fs-v2-1-5d3395c102e4@quicinc.com
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Christian Brauner <brauner@kernel.org>
Documentation/filesystems/mount_api.rst
include/linux/fs_parser.h