Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0407717d authored by Benny Halevy's avatar Benny Halevy Committed by J. Bruce Fields
Browse files

nfsd: dprint each op status in nfsd4_proc_compound

parent b7aeda40
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -946,6 +946,11 @@ nfsd4_proc_compound(struct svc_rqst *rqstp,
			nfsd4_encode_operation(resp, op);
			status = op->status;
		}

		dprintk("nfsv4 compound op %p opcnt %d #%d: %d: status %d\n",
			args->ops, args->opcnt, resp->opcnt, op->opnum,
			be32_to_cpu(status));

		if (cstate->replay_owner) {
			nfs4_put_stateowner(cstate->replay_owner);
			cstate->replay_owner = NULL;