Re: [PATCH linux-next] device-dax: fix BLOCK dependency

2017-05-13 Thread Dan Williams
On Sat, May 13, 2017 at 11:59 AM, Fabian Frederick wrote: > commit ef51042472f5 ("block, dax: move "select DAX" from BLOCK to FS_DAX") > uses get_start_sect() which requires CONFIG_BLOCK > > make allnoconfig + dax gives the following: > > drivers/dax/super.c: In function 'bdev_dax_pgoff': > driver

[PATCH linux-next] device-dax: fix BLOCK dependency

2017-05-13 Thread Fabian Frederick
commit ef51042472f5 ("block, dax: move "select DAX" from BLOCK to FS_DAX") uses get_start_sect() which requires CONFIG_BLOCK make allnoconfig + dax gives the following: drivers/dax/super.c: In function 'bdev_dax_pgoff': drivers/dax/super.c:50:26: error: implicit declaration of function 'get_start