android_kernel_google_msm/fs/sdcardfs
Daniel Rosenberg cbfba1be5a Android: sdcardfs: Don't do d_add for lower fs
For file based encryption, ext4 explicitly does not
create negative dentries for encrypted files. If you
force one over it, the decrypted file will be hidden
until the cache is cleared. Instead, just fail out.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 37231161
Change-Id: Id2a9708dfa75e1c22f89915c529789caadd2ca4b
2017-09-22 19:12:30 +03:00
..
dentry.c ANDROID: sdcardfs: Fix style issues with comments 2017-09-22 19:12:23 +03:00
derived_perm.c Android: sdcardfs: Change cache GID value 2017-09-22 19:12:29 +03:00
file.c ANDROID: sdcardfs: Directly pass lower file for mmap 2017-09-22 19:12:29 +03:00
inode.c ANDROID: sdcardfs: Use pr_[...] instead of printk 2017-09-22 19:12:26 +03:00
Kconfig sdcardfs: remove effectless config option 2017-09-22 19:11:59 +03:00
lookup.c Android: sdcardfs: Don't do d_add for lower fs 2017-09-22 19:12:30 +03:00
main.c ANDROID: sdcardfs: update module info 2017-09-22 19:12:29 +03:00
Makefile
mmap.c ANDROID: sdcardfs: Directly pass lower file for mmap 2017-09-22 19:12:29 +03:00
multiuser.h Android: sdcardfs: Change cache GID value 2017-09-22 19:12:29 +03:00
packagelist.c ANDROID: sdcardfs: Fix style issues in macros 2017-09-22 19:12:27 +03:00
sdcardfs.h ANDROID: sdcardfs: Fix style issues in macros 2017-09-22 19:12:27 +03:00
super.c ANDROID: sdcardfs: Use seq_puts over seq_printf 2017-09-22 19:12:26 +03:00