diff options
author | Steve French <sfrench@us.ibm.com> | 2007-10-23 17:22:55 -0400 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-10-23 17:22:55 -0400 |
commit | 44093ca2fef3c52dc7d186116862d74f9a676e0f (patch) | |
tree | 18e03ae747d936b9d9de34abfea38aecb020956c /fs/cifs/dir.c | |
parent | c94897790e7c67dcfe3a0b6f035996398c268313 (diff) |
[CIFS] acl support part 6
CC: Shirish Pargaonkar <shirishp@us.ibm.com>
Signed-off-by: Steve French <sfrench@us.ibm.com>
Diffstat (limited to 'fs/cifs/dir.c')
-rw-r--r-- | fs/cifs/dir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/cifs/dir.c b/fs/cifs/dir.c index 793404b10925..37dc97af1487 100644 --- a/fs/cifs/dir.c +++ b/fs/cifs/dir.c | |||
@@ -593,7 +593,7 @@ static int cifs_ci_compare(struct dentry *dentry, struct qstr *a, | |||
593 | * case take precedence. If a is not a negative dentry, this | 593 | * case take precedence. If a is not a negative dentry, this |
594 | * should have no side effects | 594 | * should have no side effects |
595 | */ | 595 | */ |
596 | memcpy((unsigned char *)a->name, b->name, a->len); | 596 | memcpy(a->name, b->name, a->len); |
597 | return 0; | 597 | return 0; |
598 | } | 598 | } |
599 | return 1; | 599 | return 1; |