diff options
author | Pavel Shilovsky <pshilovsky@samba.org> | 2012-09-18 19:20:30 -0400 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2012-09-24 22:46:28 -0400 |
commit | ba9ad7257ae50b8aa72a3f44da839830e065363c (patch) | |
tree | 95d7aafe1a24ef0d046bee15833854bd397882b9 /fs/cifs/cifsproto.h | |
parent | d8e050398d23ef7c019c96200b80d73f4e5cec0c (diff) |
CIFS: Move writepage to ops struct
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
Signed-off-by: Steve French <smfrench@gmail.com>
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r-- | fs/cifs/cifsproto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h index 8b320c7b582c..f20d0c8ee7ce 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h | |||
@@ -369,8 +369,7 @@ extern int CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms, | |||
369 | unsigned int *nbytes, const char *buf, | 369 | unsigned int *nbytes, const char *buf, |
370 | const char __user *ubuf, const int long_op); | 370 | const char __user *ubuf, const int long_op); |
371 | extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms, | 371 | extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms, |
372 | unsigned int *nbytes, struct kvec *iov, const int nvec, | 372 | unsigned int *nbytes, struct kvec *iov, const int nvec); |
373 | const int long_op); | ||
374 | extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, | 373 | extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, |
375 | const char *search_name, __u64 *inode_number, | 374 | const char *search_name, __u64 *inode_number, |
376 | const struct nls_table *nls_codepage, | 375 | const struct nls_table *nls_codepage, |