Message ID | 35C6F630-1DB0-4503-9699-4010324C0950@umail.iu.edu (mailing list archive) |
---|---|
State | Superseded, archived |
Delegated to: | Eric Van Hensbergen |
Headers | show |
diff --git a/fs/9p/v9fs.c b/fs/9p/v9fs.c index cf62b05..1fa1815 100644 --- a/fs/9p/v9fs.c +++ b/fs/9p/v9fs.c @@ -104,7 +104,7 @@ static int v9fs_parse_options(struct v9fs_session_info *v9ses, char *opts) options = kstrdup(opts, GFP_KERNEL); if (!options) - goto fail_option_alloc; + goto fail_enomem; while ((p = strsep(&options, ",")) != NULL) {