Commit 7c0700ff authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] ext3 __FUNCTION__ pasting fix

Fix a __FUNCTION__ paste in revoke.c
parent a3b71057
......@@ -135,7 +135,7 @@ int insert_revoke_hash(journal_t *journal, unsigned long blocknr, tid_t seq)
oom:
if (!journal_oom_retry)
return -ENOMEM;
jbd_debug(1, "ENOMEM in " __FUNCTION__ ", retrying.\n");
jbd_debug(1, "ENOMEM in %s, retrying\n", __FUNCTION__);
yield();
goto repeat;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment