diff options
-rw-r--r-- | fs/nfsd/nfs4proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfsd/nfs4proc.c b/fs/nfsd/nfs4proc.c index c309c881bd4e..313484380a9b 100644 --- a/fs/nfsd/nfs4proc.c +++ b/fs/nfsd/nfs4proc.c | |||
@@ -952,6 +952,7 @@ encode_op: | |||
952 | out: | 952 | out: |
953 | nfsd4_release_compoundargs(args); | 953 | nfsd4_release_compoundargs(args); |
954 | cstate_free(cstate); | 954 | cstate_free(cstate); |
955 | dprintk("nfsv4 compound returned %d\n", ntohl(status)); | ||
955 | return status; | 956 | return status; |
956 | } | 957 | } |
957 | 958 | ||