Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 298925
b: refs/heads/master
c: ca9248d
h: refs/heads/master
i:
  298923: d305989
v: v3
  • Loading branch information
Bob Peterson authored and Steven Whitehouse committed Apr 10, 2012
1 parent 4da07c0 commit 961f773
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: 5e2f7d617b574dadf3ad125e4821ce1b180b1626
refs/heads/master: ca9248d8337d525c2d2b26a1d8314478d15707fb
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/aops.c
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ static int gfs2_stuffed_write_end(struct inode *inode, struct buffer_head *dibh,

if (inode == sdp->sd_rindex) {
adjust_fs_space(inode);
ip->i_gh.gh_flags |= GL_NOCACHE;
sdp->sd_rindex_uptodate = 0;
}

brelse(dibh);
Expand Down Expand Up @@ -873,7 +873,7 @@ static int gfs2_write_end(struct file *file, struct address_space *mapping,

if (inode == sdp->sd_rindex) {
adjust_fs_space(inode);
ip->i_gh.gh_flags |= GL_NOCACHE;
sdp->sd_rindex_uptodate = 0;
}

brelse(dibh);
Expand Down

0 comments on commit 961f773

Please sign in to comment.