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

staging: lustre: Make LUSTRE_LLITE_LLOOP tristate

There seems to be no reason why it can't be a module; in fact that is
currently supposed to be the default.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Ben Hutchings and committed by
Greg Kroah-Hartman
731becf8 83bffc81

+1 -1
+1 -1
drivers/staging/lustre/lustre/Kconfig
··· 55 55 default y 56 56 57 57 config LUSTRE_LLITE_LLOOP 58 - bool "Lustre virtual block device" 58 + tristate "Lustre virtual block device" 59 59 depends on LUSTRE_FS && BLOCK 60 60 default m