From: Xiong Zhou Date: Fri, 2 Aug 2013 05:50:48 +0000 (+0800) Subject: staging/lustre: lloop depends on BLOCK X-Git-Tag: v3.12-rc1~183^2~360 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49126e47bf418081a4eb3686a8c736ca80da152c;p=pandora-kernel.git staging/lustre: lloop depends on BLOCK Add a config option for llite/lloop in lustre driver, making it depends on BLOCK to fix this better: drivers/staging/lustre/lustre/fid/../include/linux/lustre_compat25.h:117:2: error: implicit declaration of function ‘unregister_blkdev' Also, remove the wrapper ll_unregister_blkdev which depends on BLOCK in the header and just call unregister_blkdev in lloop.c based on Peng Tao's comment. Drop the redundant dependency on STAGING for LUSTRE_FS, remove some unnecessary jdb header files which depends on BLOCK btw. Signed-off-by: Xiong Zhou Reviewed-by: Peng Tao Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed