commit | 0d8b30ad19bf13197cbcd786e2cd5a2ecef72e68 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@infradead.org> | Tue Jan 25 09:06:20 2011 +0000 |
committer | Alex Elder <aelder@sgi.com> | Mon Feb 07 13:29:14 2011 -0600 |
tree | 506a96797323f3052ea2cbba28c3b30cbf551c58 | |
parent | 04e99455ea5bb17ea7c2e7bb0970168efb736242 [diff] |
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 <hch@lst.de> Signed-off-by: Alex Elder <aelder@sgi.com>