X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Fjbd2%2Frevoke.c;h=257ff26257655f4573669a5ab6cb7ee817e0371b;hb=43e61711d4e948d3e9c1c13832038659b2cd9287;hp=144a2065f03e53a5bc1e972c8e7ee159c69601fb;hpb=83c49523c91fff10493f5b3c102063b02ab76907;p=linux-2.6-omap-h63xx.git diff --git a/fs/jbd2/revoke.c b/fs/jbd2/revoke.c index 144a2065f03..257ff262576 100644 --- a/fs/jbd2/revoke.c +++ b/fs/jbd2/revoke.c @@ -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; }