aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorPavel Shilovsky <piastry@etersoft.ru>2014-01-16 15:53:33 +0400
committerSteve French <smfrench@gmail.com>2014-01-20 09:52:02 -0600
commit9bf4fa01f9aaf240bc6e40b3ed186039472c5298 (patch)
treeae9e1c23b3d13a0d1f4d3bb0754855e732c2c97f /fs/cifs/cifsproto.h
parentcifs: Add support for follow_link on dfs shares under posix extensions (diff)
downloadlinux-dev-9bf4fa01f9aaf240bc6e40b3ed186039472c5298.tar.xz
linux-dev-9bf4fa01f9aaf240bc6e40b3ed186039472c5298.zip
CIFS: Cleanup CIFSSMBOpen
Remove indentation, fix comment style, rename camel case variables in preparation to make it work with cifs_open_parms structure as a parm. Signed-off-by: Pavel Shilovsky <piastry@etersoft.ru> Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index e88c3b192ef5..582ae61f45b6 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -363,10 +363,10 @@ extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
extern int CIFSSMB_set_compression(const unsigned int xid,
struct cifs_tcon *tcon, __u16 fid);
extern int CIFSSMBOpen(const unsigned int xid, struct cifs_tcon *tcon,
- const char *fileName, const int disposition,
- const int access_flags, const int omode,
- __u16 *netfid, int *pOplock, FILE_ALL_INFO *,
- const struct nls_table *nls_codepage, int remap);
+ const char *path, const int disposition,
+ const int desired_access, const int create_options,
+ __u16 *netfid, int *oplock, FILE_ALL_INFO *buf,
+ const struct nls_table *nls, int remap);
extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
const char *fileName, const int disposition,
const int access_flags, const int omode,