patch-2.4.20 linux-2.4.20/fs/lockd/xdr4.c
Next file: linux-2.4.20/fs/locks.c
Previous file: linux-2.4.20/fs/lockd/xdr.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu Nov 28 15:53:15 2002
- Orig file:
linux-2.4.19/fs/lockd/xdr4.c
- Orig date:
Mon Oct 1 13:45:47 2001
diff -urN linux-2.4.19/fs/lockd/xdr4.c linux-2.4.20/fs/lockd/xdr4.c
@@ -566,12 +566,11 @@
*/
#define nlm4clt_decode_norep NULL
-#define PROC(proc, argtype, restype) \
- { "nlm4_" #proc, \
- (kxdrproc_t) nlm4clt_encode_##argtype, \
- (kxdrproc_t) nlm4clt_decode_##restype, \
- MAX(NLM4_##argtype##_sz, NLM4_##restype##_sz) << 2, \
- 0 \
+#define PROC(proc, argtype, restype) \
+ { .p_procname = "nlm4_" #proc, \
+ .p_encode = (kxdrproc_t) nlm4clt_encode_##argtype, \
+ .p_decode = (kxdrproc_t) nlm4clt_decode_##restype, \
+ .p_bufsiz = MAX(NLM4_##argtype##_sz, NLM4_##restype##_sz) << 2 \
}
static struct rpc_procinfo nlm4_procedures[] = {
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)