From 3843c496be5bb521d4124e03d5309d052dfc3fe8 Mon Sep 17 00:00:00 2001 From: Steve French Date: Thu, 15 May 2008 05:41:54 +0000 Subject: [PATCH] --- yaml --- r: 97138 b: refs/heads/master c: c32916374b2b4f4d2b7ccdb357fe7989f3b407a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/cifs/dir.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 4a17a469fad2..87c18d7a1da7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 646dd539878a194bc14b104621c0b2b33587e40f +refs/heads/master: c32916374b2b4f4d2b7ccdb357fe7989f3b407a6 diff --git a/trunk/fs/cifs/dir.c b/trunk/fs/cifs/dir.c index 05afe33ea644..f0b5b5f3dd2e 100644 --- a/trunk/fs/cifs/dir.c +++ b/trunk/fs/cifs/dir.c @@ -608,7 +608,7 @@ static int cifs_ci_compare(struct dentry *dentry, struct qstr *a, * case take precedence. If a is not a negative dentry, this * should have no side effects */ - memcpy(a->name, b->name, a->len); + memcpy((void *)a->name, b->name, a->len); return 0; } return 1;