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)
committerMark Salyzyn <salyzyn@google.com>
Fri, 18 May 2018 20:31:59 +0000 (20:31 +0000)
commit4f75c34feee68e8473d0b51fadfb32c88f25320d
tree609cb627f2dbee0257d8210413658f00ec872d09
parent46155cc7bd1b4961be980ab2cb266f7c94836767
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