]> git.hungrycats.org Git - linux/commitdiff
staging/lustre: disable virtual block device for 64K pages
authorArnd Bergmann <arnd@arndb.de>
Fri, 20 Jun 2014 12:23:28 +0000 (14:23 +0200)
committerJiri Slaby <jslaby@suse.cz>
Mon, 13 Oct 2014 13:41:42 +0000 (15:41 +0200)
commit 0bf22be0da8ea74bc7ccc5b07d7855830be16eca upstream.

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.frazier@canonical.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Jiri Slaby <jslaby@suse.cz>
drivers/staging/lustre/lustre/Kconfig

index 2156a44d07409c0501cba726ccb33ee99d1d9c92..3e0e607c1f29a728e6c1ee73f97777b66cd3e5b1 100644 (file)
@@ -57,4 +57,5 @@ config LUSTRE_TRANSLATE_ERRNOS
 config LUSTRE_LLITE_LLOOP
        bool "Lustre virtual block device"
        depends on LUSTRE_FS && BLOCK
+       depends on !PPC_64K_PAGES && !ARM64_64K_PAGES
        default m