commit | 44093ca2fef3c52dc7d186116862d74f9a676e0f | [log] [tgz] |
---|---|---|
author | Steve French <sfrench@us.ibm.com> | Tue Oct 23 21:22:55 2007 +0000 |
committer | Steve French <sfrench@us.ibm.com> | Tue Oct 23 21:22:55 2007 +0000 |
tree | 18e03ae747d936b9d9de34abfea38aecb020956c | |
parent | c94897790e7c67dcfe3a0b6f035996398c268313 [diff] [blame] |
[CIFS] acl support part 6 CC: Shirish Pargaonkar <shirishp@us.ibm.com> Signed-off-by: Steve French <sfrench@us.ibm.com>
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 793404b..37dc97a 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c
@@ -593,7 +593,7 @@ * case take precedence. If a is not a negative dentry, this * should have no side effects */ - memcpy((unsigned char *)a->name, b->name, a->len); + memcpy(a->name, b->name, a->len); return 0; } return 1;