vserver 2.0 rc7
[linux-2.6.git] / include / linux / lockd / lockd.h
index 5a173a6..0d9d225 100644 (file)
@@ -42,7 +42,6 @@ struct nlm_host {
        struct rpc_clnt *       h_rpcclnt;      /* RPC client to talk to peer */
        char                    h_name[20];     /* remote hostname */
        u32                     h_version;      /* interface version */
-       rpc_authflavor_t        h_authflavor;   /* RPC authentication type */
        unsigned short          h_proto;        /* transport proto */
        unsigned short          h_reclaiming : 1,
                                h_server     : 1, /* server side, not client side */
@@ -143,8 +142,6 @@ extern unsigned long                nlmsvc_timeout;
  * Lockd client functions
  */
 struct nlm_rqst * nlmclnt_alloc_call(void);
-int              nlmclnt_call(struct nlm_rqst *, u32);
-int              nlmclnt_async_call(struct nlm_rqst *, u32, rpc_action);
 int              nlmclnt_block(struct nlm_host *, struct file_lock *, u32 *);
 int              nlmclnt_cancel(struct nlm_host *, struct file_lock *);
 u32              nlmclnt_grant(struct nlm_lock *);