From: Theodore Ts'o Date: Sun, 11 Nov 2012 03:20:05 +0000 (-0500) Subject: ext4: do not use ext4_error() when there is no space in dir leaf for csum X-Git-Tag: v3.8-rc1~89^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dffe9d8da715bed4d395883add90a2d150d85729;p=pandora-kernel.git ext4: do not use ext4_error() when there is no space in dir leaf for csum If there is no space for a checksum in a directory leaf node, previously we would use EXT4_ERROR_INODE() which would mark the file system as inconsistent. While it would be nice to use e2fsck -D, it certainly isn't required, so just print a warning using ext4_warning(). Signed-off-by: "Theodore Ts'o" Cc: "Darrick J. Wong" --- Reading git-diff-tree failed