[XFS] xfs_bmap_compute_maxlevels should be based on di_forkoff
authorTim Shimmin <tes@sgi.com>
Thu, 17 Apr 2008 06:50:16 +0000 (16:50 +1000)
committerLachlan McIlroy <lachlan@redback.melbourne.sgi.com>
Fri, 18 Apr 2008 02:04:08 +0000 (12:04 +1000)
commit6d1337b29bf09a97682d39db36ac2d0dfc6659c0
treeead8e985e731f984b9ba1f31568518206ad2592a
parentcb49dbb130e17a6f9af4cb4714cf6976cf09afdf
[XFS] xfs_bmap_compute_maxlevels should be based on di_forkoff

Fix up xfs_bmap_compute_maxlevels() to account for the case when we go
from using attr2 to using attr1. In that case attr1 will no longer
necessarily be at m_attr_offset>>3, but could be at a different value for
di_forkoff. Therefore, we return the worst case scenario using MINDBTPTRS
and MINABTPTRS, as this function is used for determining the maximum log
space.

SGI-PV: 979606
SGI-Modid: xfs-linux-melb:xfs-kern:30862a

Signed-off-by: Tim Shimmin <tes@sgi.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Lachlan McIlroy <lachlan@sgi.com>
fs/xfs/xfs_bmap.c