Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 179406
b: refs/heads/master
c: 9b6e310
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed Jan 14, 2010
1 parent 644b42c commit 8d66ab1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9850c056559f3633a32d810aaf00ced39437b364
refs/heads/master: 9b6e31021122babe3b3a67b102479f740928b5eb
4 changes: 3 additions & 1 deletion trunk/fs/configfs/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8d66ab1

Please sign in to comment.