Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 84468
b: refs/heads/master
c: 8ae2c0f
h: refs/heads/master
v: v3
  • Loading branch information
David Chinner authored and Lachlan McIlroy committed Feb 7, 2008
1 parent a76a082 commit a0b6ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 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: a8272ce0c1d49aa3bec57682678f0bdfe28ed4ca
refs/heads/master: 8ae2c0f64a81a93d2c394eacee29d6ced53b54f9
14 changes: 3 additions & 11 deletions trunk/fs/xfs/xfs_log_recover.c
Original file line number Diff line number Diff line change
Expand Up @@ -2733,21 +2733,13 @@ xlog_recover_do_efd_trans(
* AIL lock.
*/
xfs_trans_delete_ail(mp, lip);
break;
xfs_efi_item_free(efip);
return;
}
}
lip = xfs_trans_next_ail(mp, lip, &gen, NULL);
}

/*
* If we found it, then free it up. If it wasn't there, it
* must have been overwritten in the log. Oh well.
*/
if (lip != NULL) {
xfs_efi_item_free(efip);
} else {
spin_unlock(&mp->m_ail_lock);
}
spin_unlock(&mp->m_ail_lock);
}

/*
Expand Down

0 comments on commit a0b6ddd

Please sign in to comment.