Re: [PATCH v2 1/2] btrfs: Add support to do stack item key operation

2015-10-06 Thread Qu Wenruo
Qu Wenruo wrote on 2015/10/06 08:58 +0800: Normal btrfs_item_key_to_cpu() will need extent buffer to do it, and there is not stack version to handle in memory leaf. Add btrfs_stack_item_key_to_cpu() function for such operation, which will provide the basis for later qgroup fix. Signed-off-by:

[PATCH v2 1/2] btrfs: Add support to do stack item key operation

2015-10-05 Thread Qu Wenruo
Normal btrfs_item_key_to_cpu() will need extent buffer to do it, and there is not stack version to handle in memory leaf. Add btrfs_stack_item_key_to_cpu() function for such operation, which will provide the basis for later qgroup fix. Signed-off-by: Qu Wenruo --- v2: Change the char* paramete