nfsd: Add a tracepoint for errors in nfsd4_clone_file_range()
[sfrench/cifs-2.6.git] / fs / nfsd / nfs4proc.c
index 56405fc58bfcc15d8c2b1c3238767295aec53fad..43057080d2aa5eb9c285f39cf444d4404b8dbc7c 100644 (file)
@@ -1101,7 +1101,7 @@ nfsd4_clone(struct svc_rqst *rqstp, struct nfsd4_compound_state *cstate,
        if (status)
                goto out;
 
-       status = nfsd4_clone_file_range(src, clone->cl_src_pos,
+       status = nfsd4_clone_file_range(rqstp, src, clone->cl_src_pos,
                        dst, clone->cl_dst_pos, clone->cl_count,
                        EX_ISSYNC(cstate->current_fh.fh_export));