commit | 63d2583f5a1a0b72fea3f2171f23f0ca8fa556ec | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Mon Nov 05 21:46:10 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Mon Nov 05 21:46:10 2007 +0000 |
tree | b9dab1514976c462f2d3528f86dd6c3e46fca745 | |
parent | f1d662a7d5e5322e583aad6b3cfec03d8f27b435 [diff] [blame] |
[CIFS] Fix walking out end of cifs dacl Acked-by: Shirish Pargaonkar <shirishp@us.ibm.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/netmisc.c b/fs/cifs/netmisc.c index e1704da..646e1f0 100644 --- a/fs/cifs/netmisc.c +++ b/fs/cifs/netmisc.c
@@ -770,7 +770,7 @@ static void -ntstatus_to_dos(__u32 ntstatus, __u8 * eclass, __u16 * ecode) +ntstatus_to_dos(__u32 ntstatus, __u8 *eclass, __u16 *ecode) { int i; if (ntstatus == 0) {