]> err.no Git - linux-2.6/blobdiff - fs/jbd/revoke.c
[PATCH] ocfs2/dlm: Fixes oops in dlm_new_lockres()
[linux-2.6] / fs / jbd / revoke.c
index d5f8eee7c88cfd0287a51cf934ad5270da5ce6c1..1bb43e987f4b4ff4f0e37a2d578d34c1642cf6c0 100644 (file)
@@ -138,7 +138,7 @@ repeat:
 oom:
        if (!journal_oom_retry)
                return -ENOMEM;
-       jbd_debug(1, "ENOMEM in %s, retrying\n", __FUNCTION__);
+       jbd_debug(1, "ENOMEM in %s, retrying\n", __func__);
        yield();
        goto repeat;
 }