commit | 80af43361004e02d91e7cfd31c4d48a6a4e8f624 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Fri Jul 06 16:24:27 2018 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Tue Nov 06 03:13:30 2018 +0000 |
tree | 62b86a011a6bb23a8db7c6059c0cdbf65c2d0ba4 | |
parent | f68c8f49db5a960d165789bd016ab7f8d39cc93d [diff] |
ANDROID: sdcardfs: Add option to drop unused dentries This adds the nocache mount option, which will cause sdcardfs to always drop dentries that are not in use, preventing cached entries from holding on to lower dentries, which could cause strange behavior when bypassing the sdcardfs layer and directly changing the lower fs. Change-Id: I70268584a20b989ae8cfdd278a2e4fa1605217fb Signed-off-by: Daniel Rosenberg <drosen@google.com>