]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/jbd2/revoke.c
Don't ask twice about not including staging drivers
[linux-2.6-omap-h63xx.git] / fs / jbd2 / revoke.c
index 144a2065f03e53a5bc1e972c8e7ee159c69601fb..257ff26257655f4573669a5ab6cb7ee817e0371b 100644 (file)
@@ -139,7 +139,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;
 }