Commit 7b117940 authored by Xiong Zhou's avatar Xiong Zhou Committed by Greg Kroah-Hartman

staging/lustre: add BLOCK depends in Kconfig

Add BLOCK depends in Kconfig for LUSTRE to fix this:
drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2:
error: implicit declaration of function ‘unregister_blkdev’
Signed-off-by: default avatarXiong Zhou <jencce.kernel@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent af7c2558
config LUSTRE_FS
tristate "Lustre file system client support"
depends on STAGING && INET && m
depends on STAGING && INET && BLOCK && m
select LNET
select CRYPTO
select CRYPTO_CRC32
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment