]> git.baikalelectronics.ru Git - kernel.git/commit
cifs: switch CIFSSMBQAllEAs to use memcmp
authorJeff Layton <jlayton@redhat.com>
Tue, 11 Oct 2011 10:41:32 +0000 (06:41 -0400)
committerSteve French <smfrench@gmail.com>
Thu, 13 Oct 2011 04:41:14 +0000 (23:41 -0500)
commit003b8d497c5df3226e343dd8ae7ff4b3fd87f434
treec37e2ee3909d5d76a452847b2522b1d58ecdcaf0
parent6d80765b3b96be00e5bb294a5f7bc0668b7168d7
cifs: switch CIFSSMBQAllEAs to use memcmp

...as that's more efficient when we know that the lengths are equal.

Reported-by: David Howells <dhowells@redhat.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve French <smfrench@gmail.com>
fs/cifs/cifssmb.c