Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114887
b: refs/heads/master
c: 67b172c
h: refs/heads/master
i:
  114885: 3024f1c
  114883: 5bffa94
  114879: 17bbd3f
v: v3
  • Loading branch information
Julien Brunel authored and Linus Torvalds committed Oct 16, 2008
1 parent 105448b commit a420cbf
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: 6b23ea7679978e6e1148aae9245021dfbcd989d7
refs/heads/master: 67b172c097177835fbf5b0666885c4059a4f67ff
2 changes: 1 addition & 1 deletion trunk/fs/reiserfs/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ static struct dentry *get_xa_file_dentry(const struct inode *inode,
xadir = open_xa_dir(inode, flags);
if (IS_ERR(xadir)) {
return ERR_CAST(xadir);
} else if (xadir && !xadir->d_inode) {
} else if (!xadir->d_inode) {
dput(xadir);
return ERR_PTR(-ENODATA);
}
Expand Down

0 comments on commit a420cbf

Please sign in to comment.