search for: smb_notify_chang

Displaying 3 results from an estimated 3 matches for "smb_notify_chang".

Did you mean: smb_notify_change
2005 Dec 13
0
[PATCH] undetected bug in smbfs kernel module ?
...se. But i'm wondering that nobody has yet discovered it. Maybe it's even dead code? TIA for your revision, Daniel ________________ -------------- next part -------------- --- fs/smbfs/inode.c.orig Tue Oct 18 12:43:00 2005 +++ fs/smbfs/inode.c Tue Oct 18 15:40:02 2005 @@ -685,7 +685,7 @@ smb_notify_change(struct dentry *dentry, if ((attr->ia_valid & ATTR_UID) && (attr->ia_uid != server->mnt->uid)) goto out; - if ((attr->ia_valid & ATTR_GID) && (attr->ia_uid != server->mnt->gid)) + if ((attr->ia_valid & ATTR_GID) && (attr->ia_g...
2005 Jan 04
0
[2.6 patch] smbfs: make some functions static
...tern void smb_invalidate_inodes(struct smb_sb_info *server); extern int smb_revalidate_inode(struct dentry *dentry); -extern int smb_fill_super(struct super_block *sb, void *raw_data, int silent); extern int smb_getattr(struct vfsmount *mnt, struct dentry *dentry, struct kstat *stat); extern int smb_notify_change(struct dentry *dentry, struct iattr *attr); /* file.c */ @@ -81,10 +78,8 @@ extern int smb_init_request_cache(void); extern void smb_destroy_request_cache(void); extern struct smb_request *smb_alloc_request(struct smb_sb_info *server, int bufsize); -extern void smb_rget(struct smb_request *req...
1998 Sep 04
0
Linux SMB Mount utils patch
..., unsigned int, unsigned long); + +/* linux/fs/smbfs/inode.c */ +struct super_block *smb_read_super(struct super_block *, void *, int); +void smb_get_inode_attr(struct inode *, struct smb_fattr *); +void smb_invalidate_inodes(struct smb_sb_info *); +int smb_revalidate_inode(struct dentry *); +int smb_notify_change(struct dentry *, struct iattr *); +unsigned long smb_invent_inos(unsigned long); +struct inode *smb_iget(struct super_block *, struct smb_fattr *); +extern int init_smb_fs(void); + +/* linux/fs/smbfs/proc.c */ +__u32 smb_len(unsigned char *); +__u8 *smb_encode_smb_length(__u8 *, __u32); +__u8 *smb...