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)
committerDaniel Rosenberg <drosen@google.com>
Fri, 18 May 2018 20:29:26 +0000 (20:29 +0000)
commitcc15bd0026674e80f0add129bc4fc3b91033ff81
treed90fedde0538e9a729d70184b8f2594fbcf6428e
parentaa9d23da410cef1d9e2c0a72298482bc9da8da5b
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