Skip to content

Commit 9146c7e

Browse files
dhowellssmfrench
authored andcommitted
cifs: Remove dead function prototypes
Remove a bunch of dead function prototypes. Signed-off-by: David Howells <dhowells@redhat.com> cc: linux-cifs@vger.kernel.org cc: linux-fsdevel@vger.kernel.org Reviewed-by: Paulo Alcantara (Red Hat) <pc@manguebit.org> Signed-off-by: Steve French <stfrench@microsoft.com>
1 parent d159702 commit 9146c7e

2 files changed

Lines changed: 0 additions & 18 deletions

File tree

fs/smb/client/cifsproto.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ extern char *cifs_build_path_to_root(struct smb3_fs_context *ctx,
8080
struct cifs_sb_info *cifs_sb,
8181
struct cifs_tcon *tcon,
8282
int add_treename);
83-
extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
8483
char *cifs_build_devname(char *nodename, const char *prepath);
8584
void delete_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid);
8685
void __release_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid);
@@ -159,8 +158,6 @@ extern bool is_valid_oplock_break(char *, struct TCP_Server_Info *);
159158
extern bool backup_cred(struct cifs_sb_info *);
160159
extern bool is_size_safe_to_change(struct cifsInodeInfo *cifsInode, __u64 eof,
161160
bool from_readdir);
162-
extern void cifs_update_eof(struct cifsInodeInfo *cifsi, loff_t offset,
163-
unsigned int bytes_written);
164161
void cifs_write_subrequest_terminated(struct cifs_io_subrequest *wdata, ssize_t result);
165162
extern struct cifsFileInfo *find_writable_file(struct cifsInodeInfo *, int);
166163
extern int cifs_get_writable_file(struct cifsInodeInfo *cifs_inode,
@@ -188,8 +185,6 @@ unsigned int header_assemble(struct smb_hdr *buffer, char smb_command,
188185
extern int small_smb_init_no_tc(const int smb_cmd, const int wct,
189186
struct cifs_ses *ses,
190187
void **request_buf);
191-
extern enum securityEnum select_sectype(struct TCP_Server_Info *server,
192-
enum securityEnum requested);
193188
extern int CIFS_SessSetup(const unsigned int xid, struct cifs_ses *ses,
194189
struct TCP_Server_Info *server,
195190
const struct nls_table *nls_cp);
@@ -638,7 +633,6 @@ int cifs_try_adding_channels(struct cifs_ses *ses);
638633
int smb3_update_ses_channels(struct cifs_ses *ses, struct TCP_Server_Info *server,
639634
bool from_reconnect, bool disable_mchan);
640635
bool is_ses_using_iface(struct cifs_ses *ses, struct cifs_server_iface *iface);
641-
void cifs_ses_mark_for_reconnect(struct cifs_ses *ses);
642636

643637
int
644638
cifs_ses_get_chan_index(struct cifs_ses *ses,

fs/smb/client/smb2proto.h

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,11 @@ extern struct mid_q_entry *smb2_setup_async_request(
4141
struct TCP_Server_Info *server, struct smb_rqst *rqst);
4242
extern struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server,
4343
__u64 ses_id, __u32 tid);
44-
extern void smb2_echo_request(struct work_struct *work);
4544
extern __le32 smb2_get_lease_state(struct cifsInodeInfo *cinode);
4645
extern bool smb2_is_valid_oplock_break(char *buffer,
4746
struct TCP_Server_Info *srv);
4847
extern int smb3_handle_read_data(struct TCP_Server_Info *server,
4948
struct mid_q_entry *mid);
50-
extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon,
51-
struct cifs_sb_info *cifs_sb, const char *path,
52-
__u32 *reparse_tag);
5349
struct inode *smb2_create_reparse_inode(struct cifs_open_info_data *data,
5450
struct super_block *sb,
5551
const unsigned int xid,
@@ -302,17 +298,9 @@ extern int smb2_query_info_compound(const unsigned int xid,
302298
struct kvec *rsp, int *buftype,
303299
struct cifs_sb_info *cifs_sb);
304300
/* query path info from the server using SMB311 POSIX extensions*/
305-
int smb311_posix_query_path_info(const unsigned int xid,
306-
struct cifs_tcon *tcon,
307-
struct cifs_sb_info *cifs_sb,
308-
const char *full_path,
309-
struct cifs_open_info_data *data);
310301
int posix_info_parse(const void *beg, const void *end,
311302
struct smb2_posix_info_parsed *out);
312303
int posix_info_sid_size(const void *beg, const void *end);
313-
int smb2_make_nfs_node(unsigned int xid, struct inode *inode,
314-
struct dentry *dentry, struct cifs_tcon *tcon,
315-
const char *full_path, umode_t mode, dev_t dev);
316304
int smb2_rename_pending_delete(const char *full_path,
317305
struct dentry *dentry,
318306
const unsigned int xid);

0 commit comments

Comments
 (0)