Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198833
b: refs/heads/master
c: cccad8f
h: refs/heads/master
i:
  198831: 30af8ce
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed May 27, 2010
1 parent f01ec24 commit 4c789aa
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: 2fd74e25df46ecb0b54700aba242dcaeb2d75f4a
refs/heads/master: cccad8f9f0f1be585c9dc534857ca9c67e538836
2 changes: 1 addition & 1 deletion trunk/fs/affs/namei.c
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ affs_lookup(struct inode *dir, struct dentry *dentry, struct nameidata *nd)
affs_brelse(bh);
inode = affs_iget(sb, ino);
if (IS_ERR(inode))
return ERR_PTR(PTR_ERR(inode));
return ERR_CAST(inode);
}
dentry->d_op = AFFS_SB(sb)->s_flags & SF_INTL ? &affs_intl_dentry_operations : &affs_dentry_operations;
d_add(dentry, inode);
Expand Down

0 comments on commit 4c789aa

Please sign in to comment.