On Mon, May 29, 2017 at 09:43:43AM +0300, Nikolay Borisov wrote: > Commit 5f39d397dfbe ("Btrfs: Create extent_buffer interface > for large blocksizes") refactored btrfs_leaf_data function to take > extent_buffer rather than struct btrfs_leaf. However, as it turns out the > parameter being passed is never used. Furthermore this function no longer > returns the leaf data but rather the offset to it. So rename the function > to BTRFS_LEAF_DATA_OFFSET to make it consistent with other BTRFS_LEAF_* > helpers and turn it into a macro > > Signed-off-by: Nikolay Borisov <nbori...@suse.com>
Applied, with a minor change: BTRFS_LEAF_DATA_OFFSET() -> BTRFS_LEAF_DATA_OFFSET too trivial to bother your with another resend. -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html