Re: [PATCH V16 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-14 Thread kbuild test robot
Hi Chandan, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.6-rc3 next-20160414] [cannot apply to btrfs/next] [if your patch is applied to the wrong git tree, please drop us a note to help improving the system] url: https://github.com/0day-ci/linux/commits/Chandan-R

[PATCH V16 04/18] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-14 Thread Chandan Rajendra
In order to handle multiple extent buffers per page, first we need to create a way to handle all the extent buffers that are attached to a page. This patch creates a new data structure 'struct extent_buffer_head', and moves fields that are common to all extent buffers from 'struct extent_buffer' t