diff options
author | Steve French <smfrench@gmail.com> | 2017-05-12 20:59:10 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2017-05-12 20:59:10 -0500 |
commit | 67b4c889cc835a2a6e2ff4e20544a33e37e2875d (patch) | |
tree | 3d58966084697d786b8c39fcdfbcb7dfefa4fbed /fs/cifs/cifsproto.h | |
parent | 4328fea77ca30ef6af938ae3f263a3d055a9c0e6 (diff) | |
download | talos-obmc-linux-67b4c889cc835a2a6e2ff4e20544a33e37e2875d.tar.gz talos-obmc-linux-67b4c889cc835a2a6e2ff4e20544a33e37e2875d.zip |
[CIFS] Minor cleanup of xattr query function
Some minor cleanup of cifs query xattr functions (will also make
SMB3 xattr implementation cleaner as well).
Signed-off-by: Steve French <steve.french@primarydata.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 e49958c3f8bb..6eb3147132e3 100644 --- a/fs/cifs/cifsproto.h +++ b/fs/cifs/cifsproto.h @@ -480,8 +480,7 @@ extern int CIFSSMBCopy(unsigned int xid, extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon, const unsigned char *searchName, const unsigned char *ea_name, char *EAData, - size_t bufsize, const struct nls_table *nls_codepage, - int remap_special_chars); + size_t bufsize, struct cifs_sb_info *cifs_sb); extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const char *ea_name, const void *ea_value, const __u16 ea_value_len, |