Loading fs/configfs/symlink.c +3 −1 Original line number Diff line number Diff line Loading @@ -121,8 +121,10 @@ static int get_target(const char *symname, struct path *path, ret = -ENOENT; path_put(path); } } else } else { ret = -EPERM; path_put(path); } } return ret; Loading Loading
fs/configfs/symlink.c +3 −1 Original line number Diff line number Diff line Loading @@ -121,8 +121,10 @@ static int get_target(const char *symname, struct path *path, ret = -ENOENT; path_put(path); } } else } else { ret = -EPERM; path_put(path); } } return ret; Loading