ocfs2: Don't oops in ocfs2_kill_sb on a failed mount
[pandora-kernel.git] / fs / ocfs2 / alloc.c
index f9a3e89..ab513dd 100644 (file)
@@ -6851,7 +6851,7 @@ static int ocfs2_do_truncate(struct ocfs2_super *osb,
        }
        status = 0;
 bail:
-
+       brelse(last_eb_bh);
        mlog_exit(status);
        return status;
 }