Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31360
b: refs/heads/master
c: d426721
h: refs/heads/master
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Jun 29, 2006
1 parent 9c7820f commit 53206d3
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: 781ee3e2b1ea41d56ed86ae1c85fc40b7f330205
refs/heads/master: d426721cf10824391fd38bd42f38357ace2b1c08
2 changes: 1 addition & 1 deletion trunk/fs/ocfs2/symlink.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ static void *ocfs2_follow_link(struct dentry *dentry,
}

status = vfs_follow_link(nd, link);
if (status)
if (status && status != -ENOENT)
mlog_errno(status);
bail:
if (page) {
Expand Down

0 comments on commit 53206d3

Please sign in to comment.