ext4: move __func__ into a macro for ext4_warning, ext4_error
authorEric Sandeen <sandeen@redhat.com>
Mon, 15 Feb 2010 19:19:27 +0000 (14:19 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 15 Feb 2010 19:19:27 +0000 (14:19 -0500)
commit12062dddda450976b129dcb1bacd91acaf4d8030
treee64590b1147639cd3629f8a977b269410cd6bd13
parentf710b4b96ba292dfed2153afc47e9063b0abfd89
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 <sandeen@redhat.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
13 files changed:
fs/ext4/balloc.c
fs/ext4/dir.c
fs/ext4/ext4.h
fs/ext4/ext4_jbd2.c
fs/ext4/extents.c
fs/ext4/ialloc.c
fs/ext4/inode.c
fs/ext4/mballoc.c
fs/ext4/move_extent.c
fs/ext4/namei.c
fs/ext4/resize.c
fs/ext4/super.c
fs/ext4/xattr.c