]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/nfs_fs_sb.h
sanitize audit_mq_getsetattr()
[linux-2.6-omap-h63xx.git] / include / linux / nfs_fs_sb.h
index c9beacd16c0073545a3518bb3f1ccabacbf5d6cf..9bb81aec91cf859de0591b4fb51b49ba9a622297 100644 (file)
@@ -42,12 +42,6 @@ struct nfs_client {
        struct rb_root          cl_openowner_id;
        struct rb_root          cl_lockowner_id;
 
-       /*
-        * The following rwsem ensures exclusive access to the server
-        * while we recover the state following a lease expiration.
-        */
-       struct rw_semaphore     cl_sem;
-
        struct list_head        cl_delegations;
        struct rb_root          cl_state_owners;
        spinlock_t              cl_lock;
@@ -119,7 +113,6 @@ struct nfs_server {
        void (*destroy)(struct nfs_server *);
 
        atomic_t active; /* Keep trace of any activity to this server */
-       wait_queue_head_t active_wq;  /* Wait for any activity to stop  */
 
        /* mountd-related mount options */
        struct sockaddr_storage mountd_address;