diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-05 17:53:43 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-09-27 21:54:53 -0400 |
commit | dbbab32574c384a83e5ea6fc970928424cd363ed (patch) | |
tree | 8f784f0fc5142796b89a8b471e6df4924116bddc /fs/cifs/cifsproto.h | |
parent | bc8bcf3b150a29cd8d3f17a1aeb19a804ea683fa (diff) | |
download | linux-dbbab32574c384a83e5ea6fc970928424cd363ed.tar.bz2 |
cifs: get rid of unused arguments of CIFSSMBWrite()
they used to be used, but...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
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 95dab43646f0..4ead72a001f9 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -392,8 +392,7 @@ extern int CIFSSMBRead(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, char **buf, int *return_buf_type); extern int CIFSSMBWrite(const unsigned int xid, struct cifs_io_parms *io_parms, - unsigned int *nbytes, const char *buf, - const char __user *ubuf, const int long_op); + unsigned int *nbytes, const char *buf); extern int CIFSSMBWrite2(const unsigned int xid, struct cifs_io_parms *io_parms, unsigned int *nbytes, struct kvec *iov, const int nvec); extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon, |