android_kernel_oneplus_msm8998/fs/sdcardfs
Daniel Roseberg 907e828e01 ANDROID: sdcardfs: Don't iput if we didn't igrab
If we fail to get top, top is either NULL, or igrab found
that we're in the process of freeing that inode, and did
not grab it. Either way, we didn't grab it, and have no
business putting it.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 38117720
Change-Id: Ie2f587483b9abb5144263156a443e89bc69b767b
2017-05-09 15:52:14 -07:00
..
dentry.c ANDROID: sdcardfs: Call lower fs's revalidate 2017-04-26 16:56:28 -07:00
derived_perm.c ANDROID: sdcardfs: Avoid setting GIDs outside of valid ranges 2017-04-26 16:56:27 -07:00
file.c ANDROID: sdcardfs: Copy meta-data from lower inode 2017-04-26 16:56:27 -07:00
inode.c ANDROID: sdcardfs: Don't iput if we didn't igrab 2017-05-09 15:52:14 -07:00
Kconfig sdcardfs: remove effectless config option 2016-03-23 17:48:27 -07:00
lookup.c Revert "Revert "Android: sdcardfs: Don't do d_add for lower fs"" 2017-04-26 16:56:26 -07:00
main.c ANDROID: sdcardfs: update module info 2017-04-07 13:13:55 -07: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: Use pr_[...] instead of printk 2017-03-23 20:13:01 -07:00
sdcardfs.h ANDROID: sdcardfs: Fix style issues in macros 2017-03-23 20:13:01 -07:00
super.c ANDROID: sdcardfs: Use seq_puts over seq_printf 2017-03-23 20:13:01 -07:00