Loading fs/btrfs/super.c +3 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) { struct btrfs_fs_info *info = root->fs_info; substring_t args[MAX_OPT_ARGS]; char *p, *num; char *p, *num, *orig; int intarg; int ret = 0; Loading @@ -143,6 +143,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) if (!options) return -ENOMEM; orig = options; while ((p = strsep(&options, ",")) != NULL) { int token; Loading Loading @@ -280,7 +281,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) } } out: kfree(options); kfree(orig); return ret; } Loading Loading
fs/btrfs/super.c +3 −2 Original line number Diff line number Diff line Loading @@ -128,7 +128,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) { struct btrfs_fs_info *info = root->fs_info; substring_t args[MAX_OPT_ARGS]; char *p, *num; char *p, *num, *orig; int intarg; int ret = 0; Loading @@ -143,6 +143,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) if (!options) return -ENOMEM; orig = options; while ((p = strsep(&options, ",")) != NULL) { int token; Loading Loading @@ -280,7 +281,7 @@ int btrfs_parse_options(struct btrfs_root *root, char *options) } } out: kfree(options); kfree(orig); return ret; } Loading