summaryrefslogtreecommitdiffstats
path: root/fs/cifs/cifsproto.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-01 16:32:03 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-01 16:32:03 -0700
commit16a789c11df5069576ef89f817348dbc6f3bd87e (patch)
treedddca32c59bc15a4570e4b449072b455eb7a97ce /fs/cifs/cifsproto.h
parent72a95d14f5047d9efb1e82a9f0b9f230f06d6e3d (diff)
parent7e2987503dda95a5f80290bb8c06279009c2419e (diff)
downloadkernel-crypto-16a789c11df5069576ef89f817348dbc6f3bd87e.tar.gz
kernel-crypto-16a789c11df5069576ef89f817348dbc6f3bd87e.tar.xz
kernel-crypto-16a789c11df5069576ef89f817348dbc6f3bd87e.zip
Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Diffstat (limited to 'fs/cifs/cifsproto.h')
-rw-r--r--fs/cifs/cifsproto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/cifsproto.h b/fs/cifs/cifsproto.h
index 0010511083f..ea239dea571 100644
--- a/fs/cifs/cifsproto.h
+++ b/fs/cifs/cifsproto.h
@@ -228,7 +228,7 @@ extern int CIFSGetSrvInodeNumber(const int xid, struct cifsTconInfo *tcon,
const struct nls_table *nls_codepage,
int remap_special_chars);
#endif /* CONFIG_CIFS_EXPERIMENTAL */
-extern int cifs_convertUCSpath(char *target, const __u16 *source, int maxlen,
+extern int cifs_convertUCSpath(char *target, const __le16 *source, int maxlen,
const struct nls_table * codepage);
extern int cifsConvertToUCS(__le16 * target, const char *source, int maxlen,
const struct nls_table * cp, int mapChars);