Re: [PATCH] staging/lustre: disable virtual block device for 64K pages

2014-06-27 Thread Dilger, Andreas
The patch looks mostly OK, though I see there is also a CONFIG_PPC_256K_PAGES define that should probably be handled. Cheers, Andreas On 2014/06/20, 6:23 AM, "Arnd Bergmann" wrote: >The lustre virtual block device cannot handle 64K pages and fails at >compile >time. To avoid running into this

Re: [PATCH] staging/lustre: disable virtual block device for 64K pages

2014-06-27 Thread Dilger, Andreas
The patch looks mostly OK, though I see there is also a CONFIG_PPC_256K_PAGES define that should probably be handled. Cheers, Andreas On 2014/06/20, 6:23 AM, Arnd Bergmann a...@arndb.de wrote: The lustre virtual block device cannot handle 64K pages and fails at compile time. To avoid running

[PATCH] staging/lustre: disable virtual block device for 64K pages

2014-06-20 Thread Arnd Bergmann
The lustre virtual block device cannot handle 64K pages and fails at compile time. To avoid running into this error, let's disable the Kconfig option for this driver in cases it doesn't support. Reported-by: Dann Frazier Signed-off-by: Arnd Bergmann --- On Thursday 19 June 2014 12:10:51 Greg

[PATCH] staging/lustre: disable virtual block device for 64K pages

2014-06-20 Thread Arnd Bergmann
The lustre virtual block device cannot handle 64K pages and fails at compile time. To avoid running into this error, let's disable the Kconfig option for this driver in cases it doesn't support. Reported-by: Dann Frazier dann.fraz...@canonical.com Signed-off-by: Arnd Bergmann a...@arndb.de ---