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)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 25 May 2017 11:07:25 +0000 (16:37 +0530)
commit28870e9cfa4117213e2f11cf60c32be4164d860d
treefdf302ac5b413d9a84285650a616438ba34aac77
parent9d9a6584112765178962836d160e156ac177e66d
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