ocfs2: there is no need to log twice in several functions
[sfrench/cifs-2.6.git] / fs / ocfs2 / alloc.c
index 88534eb0e7c2a4e90bba2b6bc75ec5ebc135cc6d..1e3b06fa4785a422ea7c0a31eebe198c7399dbdb 100644 (file)
@@ -1060,7 +1060,6 @@ bail:
                        brelse(bhs[i]);
                        bhs[i] = NULL;
                }
-               mlog_errno(status);
        }
        return status;
 }