Re: [PATCH 1/3] btt: remove btt_rw_page()

2017-08-03 Thread kbuild test robot
Hi Ross, [auto build test WARNING on linux-nvdimm/libnvdimm-for-next] [also build test WARNING on v4.13-rc3] [cannot apply to next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH 1/3] btt: remove btt_rw_page()

2017-08-03 Thread kbuild test robot
Hi Ross, [auto build test WARNING on linux-nvdimm/libnvdimm-for-next] [also build test WARNING on v4.13-rc3] [cannot apply to next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 1/3] btt: remove btt_rw_page()

2017-07-28 Thread Ross Zwisler
The rw_page() interface doesn't provide a clear performance benefit for the BTT and has had a nonzero maintenance burden, so remove it. Signed-off-by: Ross Zwisler Suggested-by: Dan Williams Suggested-by: Christoph Hellwig

[PATCH 1/3] btt: remove btt_rw_page()

2017-07-28 Thread Ross Zwisler
The rw_page() interface doesn't provide a clear performance benefit for the BTT and has had a nonzero maintenance burden, so remove it. Signed-off-by: Ross Zwisler Suggested-by: Dan Williams Suggested-by: Christoph Hellwig Cc: Matthew Wilcox --- drivers/nvdimm/btt.c | 15 --- 1