File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
7878extern char * cifs_compose_mount_options (const char * sb_mountdata ,
7979 const char * fullpath , const struct dfs_info3_param * ref ,
8080 char * * devname );
81- /* extern void renew_parental_timestamps(struct dentry *direntry);*/
82- extern struct mid_q_entry * alloc_mid (const struct smb_hdr * ,
83- struct TCP_Server_Info * );
8481extern void delete_mid (struct mid_q_entry * mid );
8582extern void release_mid (struct mid_q_entry * mid );
8683extern void cifs_wake_up_task (struct mid_q_entry * mid );
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ cifs_wake_up_task(struct mid_q_entry *mid)
3838 wake_up_process (mid -> callback_data );
3939}
4040
41- struct mid_q_entry *
41+ static struct mid_q_entry *
4242alloc_mid (const struct smb_hdr * smb_buffer , struct TCP_Server_Info * server )
4343{
4444 struct mid_q_entry * temp ;
You can’t perform that action at this time.
0 commit comments