OSDN Git Service

ANDROID: sdcardfs: Don't d_drop in d_revalidate
authorDaniel Rosenberg <drosen@google.com>
Wed, 25 Apr 2018 01:06:56 +0000 (18:06 -0700)
committerAmit Pundir <amit.pundir@linaro.org>
Tue, 14 Aug 2018 12:17:11 +0000 (17:47 +0530)
commit49e09d806ff90b6c7167acd25bdb5a03d32e98fa
tree1cf98cdf11e1247aa773fb7e1cb67c7b538698f1
parent1b7e93ba02df011d9047b8cb930b7c62afaa06fd
ANDROID: sdcardfs: Don't d_drop in d_revalidate

After d_revalidate returns 0, the vfs will call
d_invalidate, which will call d_drop itself, along
with other cleanup.

Bug: 78262592
Change-Id: Idbb30e008c05d62edf2217679cb6a5517d8d1a2c
Signed-off-by: Daniel Rosenberg <drosen@google.com>
fs/sdcardfs/dentry.c