Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67677
b: refs/heads/master
c: eaf9652
h: refs/heads/master
i:
  67675: b45b245
v: v3
  • Loading branch information
Steven Whitehouse committed Oct 10, 2007
1 parent 07dcea2 commit 8a4bae2
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1e1a3d03e927d39282208aed676e49d25129feea
refs/heads/master: eaf965270ffff3086ef929e660ace45e862cfd2d
3 changes: 2 additions & 1 deletion trunk/fs/gfs2/bmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ static int gfs2_unstuffer_page(struct gfs2_inode *ip, struct buffer_head *dibh,
set_buffer_uptodate(bh);
if (sdp->sd_args.ar_data == GFS2_DATA_ORDERED || gfs2_is_jdata(ip))
gfs2_trans_add_bh(ip->i_gl, bh, 0);
mark_buffer_dirty(bh);
if (!gfs2_is_jdata(ip))
mark_buffer_dirty(bh);

if (release) {
unlock_page(page);
Expand Down

0 comments on commit 8a4bae2

Please sign in to comment.