From: Andreas Dilger Date: Mon, 15 Jun 2015 18:50:26 +0000 (-0400) Subject: ext4: improve warning directory handling messages X-Git-Tag: omap-for-v4.2/fixes-rc1^2~122^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b03a2f7eb21cc06b541142684abf7eed6aaccf3e;p=pandora-kernel.git ext4: improve warning directory handling messages Several ext4_warning() messages in the directory handling code do not report the inode number of the (potentially corrupt) directory where a problem is seen, and others report this in an ad-hoc manner. Add an ext4_warning_inode() helper to print the inode number and command name consistent with ext4_error_inode(). Consolidate the place in ext4.h that these macros are defined. Clean up some other directory error and warning messages to print the calling function name. Minor code style fixes in nearby lines. Signed-off-by: Andreas Dilger Signed-off-by: Theodore Ts'o --- Reading git-diff-tree failed