diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2014-03-06 17:41:01 -0500 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2014-04-01 23:19:11 -0400 |
commit | 44ba8406d0005400e56c6b6a279a669eb761d1b8 (patch) | |
tree | 6c02d0766b790497c3867bedffe64466666c3053 /fs/ncpfs/ncp_fs_sb.h | |
parent | e25115786ee540fc428a14872ebd4f56252aba32 (diff) | |
download | linux-44ba8406d0005400e56c6b6a279a669eb761d1b8.tar.bz2 |
ncpfs: switch to sockfd_lookup()/sockfd_put()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ncpfs/ncp_fs_sb.h')
-rw-r--r-- | fs/ncpfs/ncp_fs_sb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/ncpfs/ncp_fs_sb.h b/fs/ncpfs/ncp_fs_sb.h index b81e97adc5a9..7fa17e459366 100644 --- a/fs/ncpfs/ncp_fs_sb.h +++ b/fs/ncpfs/ncp_fs_sb.h @@ -45,9 +45,7 @@ struct ncp_server { __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; |