mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 11:46:19 +00:00
cifs: fix problems with last two commits
Fix problems with commits:086f68bd97
3bc303c254
Signed-off-by: Jeff Layton <jlayton@redhat.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
This commit is contained in:
parent
0f59e61c1f
commit
5d2c0e2259
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ extern struct timespec cnvrtDosUnixTm(__le16 le_date, __le16 le_time,
|
|||
|
||||
extern struct cifsFileInfo *cifs_new_fileinfo(struct inode *newinode,
|
||||
__u16 fileHandle, struct file *file,
|
||||
struct cifsTconInfo *tcon, unsigned int oflags);
|
||||
struct vfsmount *mnt, unsigned int oflags);
|
||||
extern int cifs_posix_open(char *full_path, struct inode **pinode,
|
||||
struct vfsmount *mnt, int mode, int oflags,
|
||||
__u32 *poplock, __u16 *pnetfid, int xid);
|
||||
|
|
Loading…
Reference in a new issue