search for: smb_proc_query_cifsunix

Displaying 1 result from an estimated 1 matches for "smb_proc_query_cifsunix".

2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
..._proc_read_link(struct smb_sb_info *server, struct dentry *d, char *buffer, int len); extern int smb_proc_symlink(struct smb_sb_info *server, struct dentry *d, const char *oldpath); extern int smb_proc_link(struct smb_sb_info *server, struct dentry *dentry, struct dentry *new_dentry); -extern int smb_proc_query_cifsunix(struct smb_sb_info *server); extern void smb_install_null_ops(struct smb_ops *ops); /* dir.c */ extern struct file_operations smb_dir_operations; @@ -62,7 +60,6 @@ extern void smb_set_inode_attr(struct inode *inode, struct smb_fattr *fattr); extern void smb_invalidate_inodes(struct smb_sb_info...