ANDROID: sdcardfs: Switch strcasecmp for internal call
authorDaniel Rosenberg <drosen@google.com>
Wed, 1 Feb 2017 04:07:51 +0000 (20:07 -0800)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:24 +0000 (18:03 +0200)
commit0bd5895992ef180b89e21583c1d71682d52da5f2
tree27b1177424f8e02c2c2ac860b995ca16fef2548e
parentfdbfab66f3aa51b866c5d04b68ad4b69b3277a53
ANDROID: sdcardfs: Switch strcasecmp for internal call

This moves our uses of strcasecmp over to an internal call so we can
easily change implementations later if we so desire. Additionally,
we leverage qstr's where appropriate to save time on comparisons.

Change-Id: I32fdc4fd0cd3b7b735dcfd82f60a2516fd8272a5
Signed-off-by: Daniel Rosenberg <drosen@google.com>
fs/sdcardfs/derived_perm.c
fs/sdcardfs/file.c
fs/sdcardfs/inode.c
fs/sdcardfs/lookup.c
fs/sdcardfs/packagelist.c
fs/sdcardfs/sdcardfs.h