Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Staging: DST: fix build dependancy

On Mon, Jan 19, 2009 at 10:12:24AM -0800, Randy Dunlap (randy.dunlap@oracle.com) wrote:
>
> DST build fails when CONFIG_BLOCK=n:

DST should depend on block and block device, in the original patch its
kconfig entry was in the BLK_DEV menu, so this dependency was satisfied
automatically. Should attached patch be pushed into drivers/staging?

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Evgeniy Polyakov <zbr@ioremap.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

authored by

Evgeniy Polyakov and committed by
Greg Kroah-Hartman
e3337201 e5f753a5

+1 -1
+1 -1
drivers/staging/dst/Kconfig
··· 1 1 config DST 2 2 tristate "Distributed storage" 3 - depends on NET && CRYPTO && SYSFS 3 + depends on NET && CRYPTO && SYSFS && BLK_DEV 4 4 select CONNECTOR 5 5 ---help--- 6 6 DST is a network block device storage, which can be used to organize