Re: [PATCH 1/2] Btrfs: check_int: use the known block location

2014-10-17 Thread Wang Shilong
The xfstest btrfs/014 which tests the balance operation caused issues with the check_int module. The attempt was made to use btrfs_map_block() to find the physical location for a written block. However, this was not at all needed since the location of the written block was known since a hook

[PATCH 1/2] Btrfs: check_int: use the known block location

2014-10-16 Thread Stefan Behrens
The xfstest btrfs/014 which tests the balance operation caused issues with the check_int module. The attempt was made to use btrfs_map_block() to find the physical location for a written block. However, this was not at all needed since the location of the written block was known since a hook to