]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/nfs/client.c
NFSv4: Remove nfs_client->cl_sem
[linux-2.6-omap-h63xx.git] / fs / nfs / client.c
index 70b6d9e8517d5330de3ca41c7d1ff5f69112130f..b643f0ec5c21551024d0e4ceee64d3107f1472c8 100644 (file)
@@ -143,7 +143,6 @@ static struct nfs_client *nfs_alloc_client(const struct nfs_client_initdata *cl_
        clp->cl_proto = cl_init->proto;
 
 #ifdef CONFIG_NFS_V4
-       init_rwsem(&clp->cl_sem);
        INIT_LIST_HEAD(&clp->cl_delegations);
        spin_lock_init(&clp->cl_lock);
        INIT_DELAYED_WORK(&clp->cl_renewd, nfs4_renew_state);