ocfs2: there is no need to log twice in several functions
[linux-2.6-microblaze.git] / fs / ocfs2 / suballoc.c
index 939df99..4836bec 100644 (file)
@@ -2509,9 +2509,6 @@ static int _ocfs2_free_suballoc_bits(handle_t *handle,
 
 bail:
        brelse(group_bh);
-
-       if (status)
-               mlog_errno(status);
        return status;
 }
 
@@ -2582,8 +2579,6 @@ static int _ocfs2_free_clusters(handle_t *handle,
                                         num_clusters);
 
 out:
-       if (status)
-               mlog_errno(status);
        return status;
 }