Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 332961
b: refs/heads/master
c: 91312c5
h: refs/heads/master
i:
  332959: a8a040c
v: v3
  • Loading branch information
Wei Yongjun authored and Richard Weinberger committed Oct 9, 2012
1 parent 5d9afcf commit 9d18aff
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: 3be2be0a32c18b0fd6d623cda63174a332ca0de1
refs/heads/master: 91312c53aff4c9863dca6080182091dc5c5824c6
2 changes: 1 addition & 1 deletion trunk/fs/hppfs/hppfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -674,7 +674,7 @@ static struct inode *get_inode(struct super_block *sb, struct dentry *dentry)

if (!inode) {
dput(dentry);
return ERR_PTR(-ENOMEM);
return NULL;
}

if (S_ISDIR(dentry->d_inode->i_mode)) {
Expand Down

0 comments on commit 9d18aff

Please sign in to comment.