diff options
author | Dave Chinner <[email protected]> | 2009-01-21 15:22:17 +1100 |
---|---|---|
committer | Felix Blyakher <[email protected]> | 2009-01-22 01:23:11 -0600 |
commit | 74e2d06521913443c7e2697037909f5efc200ec5 (patch) | |
tree | 4593c7ac6aba011389161642a61a1266377ed8b5 /drivers/scsi/mpt2sas/mpi/mpi2_raid.h | |
parent | b6e3222732a3551e786aa47b90a8eab2a517711c (diff) |
Long btree pointers are still 64 bit on disk
[XFS] Long btree pointers are still 64 bit on disk
On 32 bit machines with CONFIG_LBD=n, XFS reduces the
in memory size of xfs_fsblock_t to 32 bits so that it
will fit within 32 bit addressing. However, the disk format
for long btree pointers are still 64 bits in size.
The recent btree rewrite failed to take this into account
when initialising new btree blocks, setting sibling pointers
to NULL and checking if they are NULL. Hence checking whether
a 64 bit NULL was the same as a 32 bit NULL was failingi
resulting in NULL sibling pointers failing to be detected
correctly. This showed up as WANT_CORRUPTED_GOTO shutdowns
in xfs_btree_delrec.
Fix this by making all the comparisons and setting of long
pointer btree NULL blocks to the disk format, not the
in memory format. i.e. use NULLDFSBNO.
Reported-by: Alexander Beregalov <[email protected]>
Reported-by: Jacek Luczak <[email protected]>
Reported-by: Danny ter Haar <[email protected]>
Tested-by: Jacek Luczak <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
Signed-off-by: Dave Chinner <[email protected]>
Signed-off-by: Felix Blyakher <[email protected]>
Diffstat (limited to 'drivers/scsi/mpt2sas/mpi/mpi2_raid.h')
0 files changed, 0 insertions, 0 deletions