reiserfs: constify xattr_handler
[safe/jmp/linux-2.6] / include / linux / nfs_xdr.h
index 76e11c6..51914d7 100644 (file)
@@ -824,6 +824,11 @@ struct nfs4_setclientid {
        u32                             sc_cb_ident;
 };
 
+struct nfs4_setclientid_res {
+       u64                             clientid;
+       nfs4_verifier                   confirm;
+};
+
 struct nfs4_statfs_arg {
        const struct nfs_fh *           fh;
        const u32 *                     bitmask;