|
@@ -768,6 +768,8 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
|
|
while (!status && resp->opcnt < args->opcnt) {
|
|
while (!status && resp->opcnt < args->opcnt) {
|
|
op = &args->ops[resp->opcnt++];
|
|
op = &args->ops[resp->opcnt++];
|
|
|
|
|
|
|
|
+ dprintk("nfsv4 compound op #%d: %d\n", resp->opcnt, op->opnum);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* The XDR decode routines may have pre-set op->status;
|
|
* The XDR decode routines may have pre-set op->status;
|
|
* for example, if there is a miscellaneous XDR error
|
|
* for example, if there is a miscellaneous XDR error
|