android_kernel_oneplus_msm8998/fs/sdcardfs
Daniel Rosenberg e70c132b2d ANDROID: xattr: Pass EOPNOTSUPP to permission2
The permission call for xattr operations happens regardless of
whether or not the xattr functions are implemented.

The xattr functions currently don't have support for permission2.
Passing EOPNOTSUPP as the mount point in xattr_permission allows
us to return EOPNOTSUPP early in permission2, if the filesystem
supports it.

Change-Id: I9d07e4cd633cf40af60450ffbff7ac5c1b4e8c2c
Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 35848445
2018-01-24 13:14:17 -08:00
..
dentry.c ANDROID: sdcardfs: Check for NULL in revalidate 2017-05-23 00:18:43 +00:00
derived_perm.c ANDROID: Sdcardfs: Move gid derivation under flag 2017-09-08 20:38:28 +00:00
file.c ANDROID: sdcardfs: notify lower file of opens 2018-01-03 16:03:33 -08:00
inode.c ANDROID: xattr: Pass EOPNOTSUPP to permission2 2018-01-24 13:14:17 -08:00
Kconfig sdcardfs: remove effectless config option 2016-03-23 17:48:27 -07:00
lookup.c ANDROID: sdcardfs: d_splice_alias can return error values 2017-06-07 13:51:22 -07:00
main.c ANDROID: sdcardfs: Move default_normal to superblock 2018-01-19 23:07:11 +00:00
Makefile Included sdcardfs source code for kernel 3.0 2016-03-22 20:27:13 -07:00
mmap.c ANDROID: sdcardfs: Directly pass lower file for mmap 2017-04-11 14:25:31 -07:00
multiuser.h ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges 2017-04-26 16:56:27 -07:00
packagelist.c ANDROID: sdcardfs: remove dead function open_flags_to_access_mode() 2017-06-20 13:39:39 -07:00
sdcardfs.h ANDROID: sdcardfs: Move default_normal to superblock 2018-01-19 23:07:11 +00:00
super.c ANDROID: sdcardfs: Move default_normal to superblock 2018-01-19 23:07:11 +00:00