diff options
author | Jeff Layton <jlayton@redhat.com> | 2009-09-24 20:35:33 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2009-09-24 22:12:33 -0400 |
commit | 5d2c0e225982c667167264a62252308f78727f44 (patch) | |
tree | 9a9251b9e143be20c7d707e0c9065402ecaf1e82 /fs | |
parent | 0f59e61c1f034b8088086bc85dc777af2ad3e836 (diff) |
cifs: fix problems with last two commits
Fix problems with commits:
086f68bd97126618ecb2dcff5f766f3a21722df7
3bc303c254335dbd7c7012cc1760b12f1d5514d3
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/cifs/cifsproto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 42da854cda36..6928c24d1d42 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -93,7 +93,7 @@ extern struct timespec cnvrtDosUnixTm(__le16 le_date, __le16 le_time, | |||
93 | 93 | ||
94 | extern struct cifsFileInfo *cifs_new_fileinfo(struct inode *newinode, | 94 | extern struct cifsFileInfo *cifs_new_fileinfo(struct inode *newinode, |
95 | __u16 fileHandle, struct file *file, | 95 | __u16 fileHandle, struct file *file, |
96 | struct cifsTconInfo *tcon, unsigned int oflags); | 96 | struct vfsmount *mnt, unsigned int oflags); |
97 | extern int cifs_posix_open(char *full_path, struct inode **pinode, | 97 | extern int cifs_posix_open(char *full_path, struct inode **pinode, |
98 | struct vfsmount *mnt, int mode, int oflags, | 98 | struct vfsmount *mnt, int mode, int oflags, |
99 | __u32 *poplock, __u16 *pnetfid, int xid); | 99 | __u32 *poplock, __u16 *pnetfid, int xid); |