diff options
author | Benny Halevy <bhalevy@panasas.com> | 2008-12-15 19:40:49 +0200 |
---|---|---|
committer | J. Bruce Fields <bfields@citi.umich.edu> | 2009-01-07 17:32:45 -0500 |
commit | 0407717d8587f60003f4904bff27650cd836c00c (patch) | |
tree | 5e06a8ecf42e10e44d05d4b4036d17efec1a9486 /fs | |
parent | b7aeda40d3010666d2c024c80557b6aa92a1a1ad (diff) | |
download | op-kernel-dev-0407717d8587f60003f4904bff27650cd836c00c.zip op-kernel-dev-0407717d8587f60003f4904bff27650cd836c00c.tar.gz |
nfsd: dprint each op status in nfsd4_proc_compound
Signed-off-by: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfsd/nfs4proc.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index 669461e..9fa60a3 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c @@ -946,6 +946,11 @@ encode_op: 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; |