Re: [PATCH] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-18 Thread kbuild test robot
Hi Chandan, [auto build test WARNING on tip/perf/core] [also build test WARNING on v4.6-rc4 next-20160418] [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:

Re: [PATCH] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-17 Thread kbuild test robot
Hi Chandan, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.6-rc3 next-20160415] [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:

[PATCH] Btrfs: subpage-blocksize: Define extent_buffer_head.

2016-04-17 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'