We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049e97 commit ec757e4Copy full SHA for ec757e4
fs/lockd/xdr4.c
@@ -324,6 +324,17 @@ nlm4svc_decode_notify(struct svc_rqst *rqstp, __be32 *p)
324
return 1;
325
}
326
327
+
328
+/*
329
+ * Encode Reply results
330
+ */
331
332
+int
333
+nlm4svc_encode_void(struct svc_rqst *rqstp, __be32 *p)
334
+{
335
+ return 1;
336
+}
337
338
int
339
nlm4svc_encode_testres(struct svc_rqst *rqstp, __be32 *p)
340
{
@@ -356,9 +367,3 @@ nlm4svc_encode_res(struct svc_rqst *rqstp, __be32 *p)
356
367
*p++ = resp->status;
357
368
return xdr_ressize_check(rqstp, p);
358
369
359
-
360
-int
361
-nlm4svc_encode_void(struct svc_rqst *rqstp, __be32 *p)
362
-{
363
- return xdr_ressize_check(rqstp, p);
364
-}
0 commit comments