Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 95020
b: refs/heads/master
c: 97bd42b
h: refs/heads/master
v: v3
  • Loading branch information
Josef Bacik authored and Theodore Ts'o committed Apr 30, 2008
1 parent 2b58ce8 commit a2c70c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 1dfc3220d963385a317264b11154c462a83596ed
refs/heads/master: 97bd42b9c8be748ad85b362ba3bd401f4d35be80
4 changes: 2 additions & 2 deletions trunk/fs/ext4/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1594,8 +1594,8 @@ static void ext4_orphan_cleanup (struct super_block * sb,
while (es->s_last_orphan) {
struct inode *inode;

if (!(inode =
ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan)))) {
inode = ext4_orphan_get(sb, le32_to_cpu(es->s_last_orphan));
if (IS_ERR(inode)) {
es->s_last_orphan = 0;
break;
}
Expand Down

0 comments on commit a2c70c0

Please sign in to comment.