File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -78,9 +78,6 @@ extern char *build_wildcard_path_from_dentry(struct dentry *direntry);
78
78
extern char * cifs_compose_mount_options (const char * sb_mountdata ,
79
79
const char * fullpath , const struct dfs_info3_param * ref ,
80
80
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 * );
84
81
extern void delete_mid (struct mid_q_entry * mid );
85
82
extern void release_mid (struct mid_q_entry * mid );
86
83
extern 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)
38
38
wake_up_process (mid -> callback_data );
39
39
}
40
40
41
- struct mid_q_entry *
41
+ static struct mid_q_entry *
42
42
alloc_mid (const struct smb_hdr * smb_buffer , struct TCP_Server_Info * server )
43
43
{
44
44
struct mid_q_entry * temp ;
You can’t perform that action at this time.
0 commit comments