git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f710b4b
)
ext4: move __func__ into a macro for ext4_warning, ext4_error
author
Eric Sandeen
<sandeen@redhat.com>
Mon, 15 Feb 2010 19:19:27 +0000
(14:19 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 15 Feb 2010 19:19:27 +0000
(14:19 -0500)
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
patch
|
blob
|
history
fs/ext4/dir.c
patch
|
blob
|
history
fs/ext4/ext4.h
patch
|
blob
|
history
fs/ext4/ext4_jbd2.c
patch
|
blob
|
history
fs/ext4/extents.c
patch
|
blob
|
history
fs/ext4/ialloc.c
patch
|
blob
|
history
fs/ext4/inode.c
patch
|
blob
|
history
fs/ext4/mballoc.c
patch
|
blob
|
history
fs/ext4/move_extent.c
patch
|
blob
|
history
fs/ext4/namei.c
patch
|
blob
|
history
fs/ext4/resize.c
patch
|
blob
|
history
fs/ext4/super.c
patch
|
blob
|
history
fs/ext4/xattr.c
patch
|
blob
|
history
diff --cc
fs/ext4/balloc.c
Simple merge
diff --cc
fs/ext4/dir.c
Simple merge
diff --cc
fs/ext4/ext4.h
Simple merge
diff --cc
fs/ext4/ext4_jbd2.c
Simple merge
diff --cc
fs/ext4/extents.c
Simple merge
diff --cc
fs/ext4/ialloc.c
Simple merge
diff --cc
fs/ext4/inode.c
Simple merge
diff --cc
fs/ext4/mballoc.c
Simple merge
diff --cc
fs/ext4/move_extent.c
Simple merge
diff --cc
fs/ext4/namei.c
Simple merge
diff --cc
fs/ext4/resize.c
Simple merge
diff --cc
fs/ext4/super.c
Simple merge
diff --cc
fs/ext4/xattr.c
Simple merge