gfs2: Rename SDF_DEACTIVATING to SDF_KILL
[linux-2.6-microblaze.git] / fs / gfs2 / super.c
index 9f4d5d6..e0dceef 100644 (file)
@@ -546,7 +546,7 @@ void gfs2_make_fs_ro(struct gfs2_sbd *sdp)
 {
        int log_write_allowed = test_bit(SDF_JOURNAL_LIVE, &sdp->sd_flags);
 
-       if (!test_bit(SDF_DEACTIVATING, &sdp->sd_flags))
+       if (!test_bit(SDF_KILL, &sdp->sd_flags))
                gfs2_flush_delete_work(sdp);
 
        if (!log_write_allowed && current == sdp->sd_quotad_process)