Merge branch 'pm-cpufreq'
[platform/kernel/linux-starfive.git] / fs / gfs2 / log.c
index 42c15cf..f0ee3ff 100644 (file)
@@ -594,7 +594,7 @@ void gfs2_log_reserve(struct gfs2_sbd *sdp, struct gfs2_trans *tr,
 {
        unsigned int blks = tr->tr_reserved;
        unsigned int revokes = tr->tr_revokes;
-       unsigned int revoke_blks = 0;
+       unsigned int revoke_blks;
 
        *extra_revokes = 0;
        if (revokes) {