Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209626
b: refs/heads/master
c: b845ff8
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Shishkin authored and Al Viro committed Aug 18, 2010
1 parent 3334657 commit 48f9574
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: f4ae2faa40199b97b12f508234640bc565d166f8
refs/heads/master: b845ff8f3ea2988ad5041315e2d35298e85cbc2f
2 changes: 1 addition & 1 deletion trunk/fs/cramfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static struct inode *get_cramfs_inode(struct super_block *sb,
}
} else {
inode = iget_locked(sb, CRAMINO(cramfs_inode));
if (inode) {
if (inode && (inode->i_state & I_NEW)) {
setup_inode(inode, cramfs_inode);
unlock_new_inode(inode);
}
Expand Down

0 comments on commit 48f9574

Please sign in to comment.