[Devel] [PATCH RHEL7 COMMIT] fuse kio: Refactoring in struct pcs_rpc
Konstantin Khorenko
khorenko at virtuozzo.com
Tue Oct 16 17:26:29 MSK 2018
The commit is pushed to "branch-rh7-3.10.0-862.14.4.vz7.72.x-ovz" and will appear at https://src.openvz.org/scm/ovz/vzkernel.git
after rh7-3.10.0-862.14.4.vz7.72.8
------>
commit 528b16d615722dd1ada0c8f02ebfc59b0b8a4edd
Author: Kirill Tkhai <ktkhai at virtuozzo.com>
Date: Tue Oct 16 12:39:23 2018 +0300
fuse kio: Refactoring in struct pcs_rpc
Delete unused private2 field. Declare private field
with appropriate type.
Signed-off-by: Kirill Tkhai <ktkhai at virtuozzo.com>
---
fs/fuse/kio/pcs/pcs_rpc.h | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/fs/fuse/kio/pcs/pcs_rpc.h b/fs/fuse/kio/pcs/pcs_rpc.h
index 6c289b420399..1181d84ba75c 100644
--- a/fs/fuse/kio/pcs/pcs_rpc.h
+++ b/fs/fuse/kio/pcs/pcs_rpc.h
@@ -126,9 +126,7 @@ struct pcs_rpc
#define RPC_MAX_CALENDAR PCS_MSG_MAX_CALENDAR
struct hlist_head kill_calendar[RPC_MAX_CALENDAR];
- void * private;
-
- void * private2;
+ struct pcs_cs * private;
};
struct pcs_rpc_engine
More information about the Devel
mailing list