mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
vfat_d_anon_disconn() is called only if alias->d_parent is equal to dentry->d_parent *and* it returns false unless alias->d_parent == alias. But in that case alias is the directory we are doing lookup in, and d_splice_alias() would've done the right thing. Change-Id: I7786b1488f3a195cf1476a2b4adfdde196b23ecf Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Git-commit: f6ddc16175f637915e27ded7588b59d187131ad0 Git-repo: https://android.googlesource.com/kernel/common Signed-off-by: Sayali Lokhande <sayalil@codeaurora.org>