projects
/
GitHub
/
mt8127
/
android_kernel_alcatel_ttab.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0f59e61
)
cifs: fix problems with last two commits
author
Jeff Layton
<jlayton@redhat.com>
Fri, 25 Sep 2009 00:35:33 +0000
(20:35 -0400)
committer
Steve French
<sfrench@us.ibm.com>
Fri, 25 Sep 2009 02:12:33 +0000
(
02:12
+0000)
Fix problems with commits:
086f68bd97126618ecb2dcff5f766f3a21722df7
3bc303c254335dbd7c7012cc1760b12f1d5514d3
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
fs/cifs/cifsproto.h
patch
|
blob
|
blame
|
history
diff --git
a/fs/cifs/cifsproto.h
b/fs/cifs/cifsproto.h
index 42da854cda36462217ebee172a6e1cd1533458c4..6928c24d1d4265557d1dbb499707425acf0d0cca 100644
(file)
--- a/
fs/cifs/cifsproto.h
+++ b/
fs/cifs/cifsproto.h
@@
-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);