Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5afd06cc authored by Bill Pemberton's avatar Bill Pemberton Committed by Greg Kroah-Hartman
Browse files

staging: hv: make the block driver depend on LBDAF



Signed-off-by: default avatarBill Pemberton <wfp5p@virginia.edu>
Cc: Hank Janssen <hjanssen@microsoft.com>
Cc: Haiyang Zhang <haiyangz@microsoft.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ee350376
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ config HYPERV_STORAGE

config HYPERV_BLOCK
	tristate "Microsoft Hyper-V virtual block driver"
	depends on BLOCK && SCSI
	depends on BLOCK && SCSI && LBDAF
	default HYPERV
	help
	  Select this option to enable the Hyper-V virtual block driver.
+1 −1
Original line number Diff line number Diff line
@@ -1489,7 +1489,7 @@ static int __init blkvsc_init(void)
{
	int ret;

	ASSERT(sizeof(sector_t) == 8); /* Make sure CONFIG_LBD is set */
	BUILD_BUG_ON(sizeof(sector_t) != 8);

	DPRINT_ENTER(BLKVSC_DRV);