From 961f773fc49251ba5fc06c9d2dc7fb794cfcde6e Mon Sep 17 00:00:00 2001 From: Bob Peterson Date: Tue, 10 Apr 2012 08:56:04 -0400 Subject: [PATCH] --- yaml --- r: 298925 b: refs/heads/master c: ca9248d8337d525c2d2b26a1d8314478d15707fb h: refs/heads/master i: 298923: d3059898be24fce6037682c51fc20d2c70e8cd48 v: v3 --- [refs] | 2 +- trunk/fs/gfs2/aops.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index e02977b90657..e70106d0c8d8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5e2f7d617b574dadf3ad125e4821ce1b180b1626 +refs/heads/master: ca9248d8337d525c2d2b26a1d8314478d15707fb diff --git a/trunk/fs/gfs2/aops.c b/trunk/fs/gfs2/aops.c index 38b7a74a0f91..9b2ff0e851b1 100644 --- a/trunk/fs/gfs2/aops.c +++ b/trunk/fs/gfs2/aops.c @@ -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); @@ -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);