ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 10 May 2017 15:01:15 +0000 (23:01 +0800)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:40 +0000 (18:03 +0200)
commit8058a4bfb418b8f2995f80329657d4009a5fd6df
tree451e58d9443d343947bd908538e4f13fe5549e0a
parentf72d93f5f20c670cccd481437b80a51eea549a75
ANDROID: sdcardfs: fix sdcardfs_destroy_inode for the inode RCU approach

According to the following commits,
fs: icache RCU free inodes
vfs: fix the stupidity with i_dentry in inode destructors

sdcardfs_destroy_inode should be fixed for the fast path safety.

Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Change-Id: I84f43c599209d23737c7e28b499dd121cb43636d
fs/sdcardfs/super.c