Loading fs/9p/v9fs.c +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ static void v9fs_parse_options(struct v9fs_session_info *v9ses) if (*e != '\0') v9ses->uid = ~0; } kfree(s); break; default: Loading Loading
fs/9p/v9fs.c +1 −0 Original line number Diff line number Diff line Loading @@ -162,6 +162,7 @@ static void v9fs_parse_options(struct v9fs_session_info *v9ses) if (*e != '\0') v9ses->uid = ~0; } kfree(s); break; default: Loading