diff options
Diffstat (limited to 'include/linux/fs_parser.h')
| -rw-r--r-- | include/linux/fs_parser.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/linux/fs_parser.h b/include/linux/fs_parser.h index aab0ffc6bac6..f103c91139d4 100644 --- a/include/linux/fs_parser.h +++ b/include/linux/fs_parser.h @@ -42,7 +42,7 @@ struct fs_parameter_spec {  	u8			opt;	/* Option number (returned by fs_parse()) */  	unsigned short		flags;  #define fs_param_neg_with_no	0x0002	/* "noxxx" is negative param */ -#define fs_param_neg_with_empty	0x0004	/* "xxx=" is negative param */ +#define fs_param_can_be_empty	0x0004	/* "xxx=" is allowed */  #define fs_param_deprecated	0x0008	/* The param is deprecated */  	const void		*data;  }; |