Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124836
b: refs/heads/master
c: 3471394
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Hellwig authored and Lachlan McIlroy committed Oct 30, 2008
1 parent 4eed00b commit ca6ace9
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: 76bf105cb16da6c847a13a3c77dc962ba1081713
refs/heads/master: 3471394ba56f44761ce1c300f139478dbfb49d4a
2 changes: 1 addition & 1 deletion trunk/fs/xfs/linux-2.6/xfs_vnode.c
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ static inline int xfs_icount(struct xfs_inode *ip)
{
struct inode *inode = VFS_I(ip);

if (!inode)
if (inode)
return atomic_read(&inode->i_count);
return -1;
}
Expand Down

0 comments on commit ca6ace9

Please sign in to comment.