Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 222927
b: refs/heads/master
c: 7b2a69b
h: refs/heads/master
i:
  222925: 36632dc
  222923: a87c4d4
  222919: 68f03d5
  222911: 57de753
v: v3
  • Loading branch information
Eric W. Biederman authored and Linus Torvalds committed Dec 6, 2010
1 parent 31e94d5 commit 883a1eb
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: 11e8896474495dec7ce19a542f67def847ec208f
refs/heads/master: 7b2a69ba7055da9a04eb96aa7b38c8e3280aaaa5
2 changes: 1 addition & 1 deletion trunk/fs/proc/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ static int do_proc_readlink(struct path *path, char __user *buffer, int buflen)
if (!tmp)
return -ENOMEM;

pathname = d_path_with_unreachable(path, tmp, PAGE_SIZE);
pathname = d_path(path, tmp, PAGE_SIZE);
len = PTR_ERR(pathname);
if (IS_ERR(pathname))
goto out;
Expand Down

0 comments on commit 883a1eb

Please sign in to comment.