]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/gfs2/glops.c
Merge remote-tracking branch 'tip/auto-latest'
[karo-tx-linux.git] / fs / gfs2 / glops.c
index 0b527939c46fe0594f70308d711daf79efda9df4..fc1100781bbc1c954aebfd0d5a0ee317eb707012 100644 (file)
@@ -226,7 +226,7 @@ static void inode_go_sync(struct gfs2_glock *gl)
         * Writeback of the data mapping may cause the dirty flag to be set
         * so we have to clear it again here.
         */
-       smp_mb__before_clear_bit();
+       smp_mb__before_atomic();
        clear_bit(GLF_DIRTY, &gl->gl_flags);
 }