diff options
Diffstat (limited to 'fs/gfs2/glops.c')
-rw-r--r-- | fs/gfs2/glops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/glops.c b/fs/gfs2/glops.c index 54b66809e818..74d9a3dbf16f 100644 --- a/fs/gfs2/glops.c +++ b/fs/gfs2/glops.c | |||
@@ -221,7 +221,7 @@ static void inode_go_sync(struct gfs2_glock *gl) | |||
221 | * Writeback of the data mapping may cause the dirty flag to be set | 221 | * Writeback of the data mapping may cause the dirty flag to be set |
222 | * so we have to clear it again here. | 222 | * so we have to clear it again here. |
223 | */ | 223 | */ |
224 | smp_mb__before_clear_bit(); | 224 | smp_mb__before_atomic(); |
225 | clear_bit(GLF_DIRTY, &gl->gl_flags); | 225 | clear_bit(GLF_DIRTY, &gl->gl_flags); |
226 | } | 226 | } |
227 | 227 | ||