diff options
author | Zijun Hu <quic_zijuhu@quicinc.com> | 2025-04-11 18:31:40 +0300 |
---|---|---|
committer | Christian Brauner <brauner@kernel.org> | 2025-04-21 11:27:58 +0300 |
commit | 296b67059e3026125a1ca942f5506e6ca051749e (patch) | |
tree | cc2fc7d660038b44340d591ddb0a5c2ef380ef2c /Documentation/filesystems | |
parent | 8564124c36d6bf97199125dd542710c2814b4017 (diff) | |
download | linux-296b67059e3026125a1ca942f5506e6ca051749e.tar.xz |
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r-- | Documentation/filesystems/mount_api.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Documentation/filesystems/mount_api.rst b/Documentation/filesystems/mount_api.rst index d92c276f1575..47dafbb7427e 100644 --- a/Documentation/filesystems/mount_api.rst +++ b/Documentation/filesystems/mount_api.rst @@ -671,7 +671,6 @@ The members are as follows: fsparam_bool() fs_param_is_bool fsparam_u32() fs_param_is_u32 fsparam_u32oct() fs_param_is_u32_octal - fsparam_u32hex() fs_param_is_u32_hex fsparam_s32() fs_param_is_s32 fsparam_u64() fs_param_is_u64 fsparam_enum() fs_param_is_enum |