ext4: move __func__ into a macro for ext4_warning, ext4_error
Eric Sandeen authored

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: default avatarEric Sandeen <sandeen@redhat.com>
Signed-off-by: default avatar"Theodore Ts'o" <tytso@mit.edu>
12062ddd
Name Last commit Last update
..
Kconfig ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configured
Makefile ext4: online defrag -- Add EXT4_IOC_MOVE_EXT ioctl
acl.c sanitize xattr handler prototypes
acl.h ext[234]: move over to 'check_acl' permission model
balloc.c ext4: move __func__ into a macro for ext4_warning, ext4_error
bitmap.c ext4: Change unsigned long to unsigned int
block_validity.c ext4: remove unused #include <linux/version.h>
dir.c ext4: move __func__ into a macro for ext4_warning, ext4_error
ext4.h ext4: move __func__ into a macro for ext4_warning, ext4_error
ext4_extents.h ext4: Calculate metadata requirements more accurately
ext4_jbd2.c ext4: move __func__ into a macro for ext4_warning, ext4_error
ext4_jbd2.h ext4: Wait for proper transaction commit on fsync
extents.c ext4: move __func__ into a macro for ext4_warning, ext4_error
file.c ext4: Use bitops to read/modify EXT4_I(inode)->i_state
fsync.c ext4, jbd2: Add barriers for file systems with exernal journals
hash.c ext4: Add support for non-native signed/unsigned htree hash algorithms
ialloc.c ext4: move __func__ into a macro for ext4_warning, ext4_error
inode.c ext4: move __func__ into a macro for ext4_warning, ext4_error
ioctl.c ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
mballoc.c ext4: move __func__ into a macro for ext4_warning, ext4_error
mballoc.h ext4: remove unused #include <linux/version.h>
migrate.c ext4: Use bitops to read/modify EXT4_I(inode)->i_state
move_extent.c ext4: move __func__ into a macro for ext4_warning, ext4_error
namei.c ext4: move __func__ into a macro for ext4_warning, ext4_error
resize.c ext4: move __func__ into a macro for ext4_warning, ext4_error
super.c
symlink.c
xattr.c
xattr.h
xattr_security.c
xattr_trusted.c
xattr_user.c