Loading fs/nfs/fs_context.c +367 −372 Original line number Diff line number Diff line Loading @@ -499,20 +499,16 @@ static int nfs_get_option_ul_bound(substring_t args[], unsigned long *option, * Parse a single mount option in "key[=val]" form. */ static int nfs_fs_context_parse_option(struct nfs_fs_context *ctx, char *p) { char *string; int rc; { substring_t args[MAX_OPT_ARGS]; unsigned long option; int token; char *string; int token, rc; dfprintk(MOUNT, "NFS: parsing nfs mount option '%s'\n", p); token = match_token(p, nfs_mount_option_tokens, args); switch (token) { /* * boolean options: foo/nofoo */ Loading Loading @@ -904,7 +900,6 @@ static int nfs_fs_context_parse_option(struct nfs_fs_context *ctx, char *p) "'%s'\n", p); return -EINVAL; } } return 0; Loading Loading
fs/nfs/fs_context.c +367 −372 Original line number Diff line number Diff line Loading @@ -499,20 +499,16 @@ static int nfs_get_option_ul_bound(substring_t args[], unsigned long *option, * Parse a single mount option in "key[=val]" form. */ static int nfs_fs_context_parse_option(struct nfs_fs_context *ctx, char *p) { char *string; int rc; { substring_t args[MAX_OPT_ARGS]; unsigned long option; int token; char *string; int token, rc; dfprintk(MOUNT, "NFS: parsing nfs mount option '%s'\n", p); token = match_token(p, nfs_mount_option_tokens, args); switch (token) { /* * boolean options: foo/nofoo */ Loading Loading @@ -904,7 +900,6 @@ static int nfs_fs_context_parse_option(struct nfs_fs_context *ctx, char *p) "'%s'\n", p); return -EINVAL; } } return 0; Loading