From: Dave Chinner Date: Wed, 3 Apr 2013 05:11:24 +0000 (+1100) Subject: xfs: shortform directory offsets change for dir3 format X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~58^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b2647a12a00bdad431ac1e9049c5e8579aa7869;p=pandora-kernel.git xfs: shortform directory offsets change for dir3 format Because the header size for the CRC enabled directory blocks is larger, the offset of the first entry into a directory block is different to the dir2 format. The shortform directory stores the dirent's offset so that it doesn't change when moving from shortform to block form and back again, and hence it needs to take into account the different header sizes to maintain the correct offsets. Signed-off-by: Dave Chinner Reviewed-by: Ben Myers Signed-off-by: Ben Myers --- Reading git-diff-tree failed