Loading fs/cifs/cifsproto.h +2 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,8 @@ extern u64 cifs_UnixTimeToNT(struct timespec); extern __le64 cnvrtDosCifsTm(__u16 date, __u16 time); extern struct timespec cnvrtDosUnixTm(__u16 date, __u16 time); extern void posix_fill_in_inode(struct inode *tmp_inode, FILE_UNIX_BASIC_INFO *pData, int isNewInode); extern struct inode *cifs_new_inode(struct super_block *sb, __u64 *inum); extern int cifs_get_inode_info(struct inode **pinode, const unsigned char *search_path, Loading fs/cifs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1051,7 +1051,7 @@ int cifs_unlink(struct inode *dir, struct dentry *dentry) return rc; } static void posix_fill_in_inode(struct inode *tmp_inode, void posix_fill_in_inode(struct inode *tmp_inode, FILE_UNIX_BASIC_INFO *pData, int isNewInode) { struct cifsInodeInfo *cifsInfo = CIFS_I(tmp_inode); Loading Loading
fs/cifs/cifsproto.h +2 −0 Original line number Diff line number Diff line Loading @@ -92,6 +92,8 @@ extern u64 cifs_UnixTimeToNT(struct timespec); extern __le64 cnvrtDosCifsTm(__u16 date, __u16 time); extern struct timespec cnvrtDosUnixTm(__u16 date, __u16 time); extern void posix_fill_in_inode(struct inode *tmp_inode, FILE_UNIX_BASIC_INFO *pData, int isNewInode); extern struct inode *cifs_new_inode(struct super_block *sb, __u64 *inum); extern int cifs_get_inode_info(struct inode **pinode, const unsigned char *search_path, Loading
fs/cifs/inode.c +1 −1 Original line number Diff line number Diff line Loading @@ -1051,7 +1051,7 @@ int cifs_unlink(struct inode *dir, struct dentry *dentry) return rc; } static void posix_fill_in_inode(struct inode *tmp_inode, void posix_fill_in_inode(struct inode *tmp_inode, FILE_UNIX_BASIC_INFO *pData, int isNewInode) { struct cifsInodeInfo *cifsInfo = CIFS_I(tmp_inode); Loading