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)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:10 +0000 (19:40 -0800)
commit25a818e73ef769bce5e7d35ca2de0b666043fc68
treef944e3eb9d6abf125ed842e8b7e4ef839ff69bcf
parent228f1c7f4e6836be91ebe7feb3fffb41577dd628
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