- From 642e797416676f078178db811198ea65b404edb8 Mon Sep 17 00:00:00 2001
- From: Roland Mainz <roland.mainz@nrubsig.org>
- Date: Fri, 11 Apr 2025 15:28:29 +0200
- Subject: [PATCH] sys: Implement |MRxSetFileInfoAtCleanup()| for RDBSS
- conformance
- Implement |MRxSetFileInfoAtCleanup()| for RDBSS/MRX conformance
- Signed-off-by: Cedric Blancher <cedric.blancher@gmail.com>
- ---
- sys/nfs41sys_driver.c | 2 ++
- sys/nfs41sys_driver.h | 2 ++
- 2 files changed, 4 insertions(+)
- diff --git a/sys/nfs41sys_driver.c b/sys/nfs41sys_driver.c
- index 9457ddb..687ca93 100644
- --- a/sys/nfs41sys_driver.c
- +++ b/sys/nfs41sys_driver.c
- @@ -1168,6 +1168,8 @@ NTSTATUS nfs41_init_ops(void)
- (PMRX_CALLDOWN)nfs41_QueryFileInformation;
- nfs41_ops.MRxSetFileInfo =
- (PMRX_CALLDOWN)nfs41_SetFileInformation;
- + nfs41_ops.MRxSetFileInfoAtCleanup =
- + (PMRX_CALLDOWN)nfs41_SetFileInformationAtCleanup;
- nfs41_ops.MRxQueryQuotaInfo =
- (PMRX_CALLDOWN)nfs41_Unimplemented;
- nfs41_ops.MRxSetQuotaInfo =
- diff --git a/sys/nfs41sys_driver.h b/sys/nfs41sys_driver.h
- index c671625..ab47b4e 100644
- --- a/sys/nfs41sys_driver.h
- +++ b/sys/nfs41sys_driver.h
- @@ -867,6 +867,8 @@ NTSTATUS nfs41_QueryFileInformation(
- IN OUT PRX_CONTEXT RxContext);
- NTSTATUS nfs41_SetFileInformation(
- IN OUT PRX_CONTEXT RxContext);
- +NTSTATUS nfs41_SetFileInformationAtCleanup(
- + IN OUT PRX_CONTEXT RxContext);
- /* nfs41sys_volinfo.c */
- NTSTATUS marshal_nfs41_volume(
- --
- 2.45.1
msnfs41client: Patch to implement |MRxSetFileInfoAtCleanup()|, 2025-04-11
Posted by Anonymous on Fri 11th Apr 2025 15:54
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.