From: Eric Sandeen Date: Mon, 15 Feb 2010 19:19:27 +0000 (-0500) Subject: ext4: move __func__ into a macro for ext4_warning, ext4_error X-Git-Tag: v2.6.34-rc1~199^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12062dddda450976b129dcb1bacd91acaf4d8030;p=pandora-kernel.git ext4: move __func__ into a macro for ext4_warning, ext4_error Just a pet peeve of mine; we had a mishash of calls with either __func__ or "function_name" and the latter tends to get out of sync. I think it's easier to just hide the __func__ in a macro, and it'll be consistent from then on. Signed-off-by: Eric Sandeen Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed