]> err.no Git - linux-2.6/blobdiff - fs/ocfs2/journal.c
Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6] / fs / ocfs2 / journal.c
index 9698338adc3915e66a3db0eda77268e33b51f607..a8c19cb3cfdd874235d16fc3926c9f9e07bba794 100644 (file)
@@ -329,7 +329,7 @@ int ocfs2_extend_trans(handle_t *handle, int nblocks)
 
        mlog(0, "Trying to extend transaction by %d blocks\n", nblocks);
 
-#ifdef OCFS2_DEBUG_FS
+#ifdef CONFIG_OCFS2_DEBUG_FS
        status = 1;
 #else
        status = journal_extend(handle, nblocks);