Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67653
b: refs/heads/master
c: 0f8468c
h: refs/heads/master
i:
  67651: 0244d59
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Oct 10, 2007
1 parent 295a882 commit 072a7f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: cee23c79d08c57bbbb9923703409af3b17518c58
refs/heads/master: 0f8468c8bef3d04637c924e7bef20ca53018b319
3 changes: 3 additions & 0 deletions trunk/fs/gfs2/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai)
{
struct list_head *head = &ai->ai_ail2_list;
struct gfs2_bufdata *bd;
struct gfs2_inode *bh_ip;

while (!list_empty(head)) {
bd = list_entry(head->prev, struct gfs2_bufdata,
Expand All @@ -228,6 +229,8 @@ static void gfs2_ail2_empty_one(struct gfs2_sbd *sdp, struct gfs2_ail *ai)
list_del(&bd->bd_ail_st_list);
list_del(&bd->bd_ail_gl_list);
atomic_dec(&bd->bd_gl->gl_ail_count);
bh_ip = GFS2_I(bd->bd_bh->b_page->mapping->host);
gfs2_meta_cache_flush(bh_ip);
brelse(bd->bd_bh);
}
}
Expand Down

0 comments on commit 072a7f2

Please sign in to comment.