]> err.no Git - linux-2.6/blobdiff - fs/nfsd/nfs4callback.c
Manual merge with Linus.
[linux-2.6] / fs / nfsd / nfs4callback.c
index 8d3d23c8a4d25f0328f578947acbe94bdc87a3fb..c872bd07fc105f976ec1fb7f97261864e1eafcc7 100644 (file)
@@ -326,6 +326,8 @@ out:
         .p_encode = (kxdrproc_t) nfs4_xdr_##argtype,                    \
         .p_decode = (kxdrproc_t) nfs4_xdr_##restype,                    \
         .p_bufsiz = MAX(NFS4_##argtype##_sz,NFS4_##restype##_sz) << 2,  \
+        .p_statidx = NFSPROC4_CB_##call,                               \
+       .p_name   = #proc,                                              \
 }
 
 static struct rpc_procinfo     nfs4_cb_procedures[] = {