ncpfs: switch to sockfd_lookup()/sockfd_put()
[pandora-kernel.git] / fs / ncpfs / ncp_fs_sb.h
index c51b2c5..7fa17e4 100644 (file)
@@ -38,16 +38,14 @@ struct ncp_mount_data_kernel {
 };
 
 struct ncp_server {
-
+       struct rcu_head rcu;
        struct ncp_mount_data_kernel m; /* Nearly all of the mount data is of
                                           interest for us later, so we store
                                           it completely. */
 
        __u8 name_space[NCP_NUMBER_OF_VOLUMES + 2];
 
-       struct file *ncp_filp;  /* File pointer to ncp socket */
        struct socket *ncp_sock;/* ncp socket */
-       struct file *info_filp;
        struct socket *info_sock;
 
        u8 sequence;