Loading fs/lockd/svc4proc.c +9 −9 Original line number Diff line number Diff line Loading @@ -1260,14 +1260,14 @@ static const struct svc_procedure nlm4svc_procedures[24] = { .pc_xdrressize = XDR_void, .pc_name = "CANCEL_RES", }, [NLMPROC_UNLOCK_RES] = { [NLMPROC4_UNLOCK_RES] = { .pc_func = nlm4svc_proc_null, .pc_decode = nlm4svc_decode_void, .pc_encode = nlm4svc_encode_void, .pc_argsize = sizeof(struct nlm_res), .pc_argzero = sizeof(struct nlm_res), .pc_ressize = sizeof(struct nlm_void), .pc_xdrressize = St, .pc_decode = nlm4_svc_decode_nlm4_res, .pc_encode = nlm4_svc_encode_void, .pc_argsize = sizeof(struct nlm4_res), .pc_argzero = 0, .pc_ressize = 0, .pc_xdrressize = XDR_void, .pc_name = "UNLOCK_RES", }, [NLMPROC_GRANTED_RES] = { Loading Loading
fs/lockd/svc4proc.c +9 −9 Original line number Diff line number Diff line Loading @@ -1260,14 +1260,14 @@ static const struct svc_procedure nlm4svc_procedures[24] = { .pc_xdrressize = XDR_void, .pc_name = "CANCEL_RES", }, [NLMPROC_UNLOCK_RES] = { [NLMPROC4_UNLOCK_RES] = { .pc_func = nlm4svc_proc_null, .pc_decode = nlm4svc_decode_void, .pc_encode = nlm4svc_encode_void, .pc_argsize = sizeof(struct nlm_res), .pc_argzero = sizeof(struct nlm_res), .pc_ressize = sizeof(struct nlm_void), .pc_xdrressize = St, .pc_decode = nlm4_svc_decode_nlm4_res, .pc_encode = nlm4_svc_encode_void, .pc_argsize = sizeof(struct nlm4_res), .pc_argzero = 0, .pc_ressize = 0, .pc_xdrressize = XDR_void, .pc_name = "UNLOCK_RES", }, [NLMPROC_GRANTED_RES] = { Loading