Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209631
b: refs/heads/master
c: 3b6036d
h: refs/heads/master
i:
  209629: f2df8a5
  209627: 266ed23
  209623: 363ab9f
  209615: 878d71e
  209599: eda9f2b
v: v3
  • Loading branch information
Al Viro committed Aug 18, 2010
1 parent 175b504 commit 0f17e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 850a496f969719b494cc972ab1d0e088737358d7
refs/heads/master: 3b6036d148bad5bb7928b021a49bb9e395361084
2 changes: 1 addition & 1 deletion trunk/fs/hostfs/hostfs_kern.c
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ static void *hostfs_follow_link(struct dentry *dentry, struct nameidata *nd)
char *path = dentry_name(dentry);
int err = -ENOMEM;
if (path) {
int err = hostfs_do_readlink(path, link, PATH_MAX);
err = hostfs_do_readlink(path, link, PATH_MAX);
if (err == PATH_MAX)
err = -E2BIG;
__putname(path);
Expand Down

0 comments on commit 0f17e6f

Please sign in to comment.