From: Christoph Hellwig Date: Tue, 25 Jan 2011 09:06:20 +0000 (+0000) Subject: xfs: fix xfs_get_extsz_hint for a zero extent size hint X-Git-Tag: v2.6.39-rc1~394^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d8b30ad19bf13197cbcd786e2cd5a2ecef72e68;p=pandora-kernel.git xfs: fix xfs_get_extsz_hint for a zero extent size hint We can easily set the extsize flag without setting an extent size hint, or one that evaluates to zero. Historically the di_extsize field was only used when it was non-zero, but the commit "Cleanup inode extent size hint extraction" broke this. Restore the old behaviour, thus fixing xfsqa 090 with a debug kernel. Signed-off-by: Christoph Hellwig Signed-off-by: Alex Elder --- Reading git-diff-tree failed