OSDN Git Service

ANDROID: sdcardfs: Fix case insensitive lookup
authorDaniel Rosenberg <drosen@google.com>
Thu, 2 Mar 2017 01:04:41 +0000 (17:04 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 14 Aug 2018 12:17:11 +0000 (17:47 +0530)
commit21f8903a2e4ba6769d3160d75ff72cfc2443403a
tree52d43c6da54446978a43c9831448dafbeb68a736
parentcbee49425ec41bd819584304c9377003403265f4
ANDROID: sdcardfs: Fix case insensitive lookup

The previous case insensitive lookup relied on the
entry being present in the dcache. This instead uses
iterate_dir to find the correct case.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
bug: 35633782
Change-Id: I556f7090773468c1943c89a5e2aa07f746ba49c5
fs/sdcardfs/lookup.c