|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [PATCH 2/6] Stop reporting feature-large-sector-size
This feature is deprecated and incompatible with blkif.h revision
221f2748e8da. It must be removed before moving towards using 512B
sectors in our blkif protocol implementation.
Signed-off-by: Tu Dinh <ngoc-tu.dinh@xxxxxxxxxx>
---
src/xenvbd/frontend.c | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/src/xenvbd/frontend.c b/src/xenvbd/frontend.c
index ef60f9c..45a5f49 100644
--- a/src/xenvbd/frontend.c
+++ b/src/xenvbd/frontend.c
@@ -1203,16 +1203,6 @@ FrontendConnect(
if (!NT_SUCCESS(Status))
goto abort;
- Status = XENBUS_STORE(Printf,
- &Frontend->StoreInterface,
- Transaction,
- Frontend->FrontendPath,
- "feature-large-sector-size",
- "%u",
- 1);
- if (!NT_SUCCESS(Status))
- goto abort;
-
Status = XENBUS_STORE(TransactionEnd,
&Frontend->StoreInterface,
Transaction,
--
2.54.0.windows.1
--
Ngoc Tu Dinh | Vates XCP-ng Developer
XCP-ng & Xen Orchestra - Vates solutions
web: https://vates.tech
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |