ANDROID: sdcardfs: Switch strcasecmp for internal call
authorDaniel Rosenberg <drosen@google.com>
Wed, 1 Feb 2017 04:07:51 +0000 (20:07 -0800)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:04 +0000 (19:40 -0800)
commit8762651dd3b4b40dd6b07542fa7870fc15361fb2
tree114e025199ada6f33f67964e868fdff47faacd39
parentdb57a6fd32445c9e85582166a64b4dbab072b61f
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.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Change-Id: I32fdc4fd0cd3b7b735dcfd82f60a2516fd8272a5
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