ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb
authorGao Xiang <gaoxiang25@huawei.com>
Tue, 9 May 2017 04:30:56 +0000 (12:30 +0800)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:42 +0000 (18:03 +0200)
commit104c858c2ec69ccd4edb49efff4a9e1fd556b70e
tree30282351f1affaf38b32e6c8c67f0ae9e004503e
parente9ee8289c35adccdc0b4d26d1b9328f406c72c38
ANDROID: sdcardfs: use mount_nodev and fix a issue in sdcardfs_kill_sb

Use the VFS mount_nodev instead of customized mount_nodev_with_options
and fix generic_shutdown_super to kill_anon_super because of set_anon_super

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