| commit | 4f75c34feee68e8473d0b51fadfb32c88f25320d | [log] [tgz] |
|---|---|---|
| author | Daniel Rosenberg <[email protected]> | Tue Apr 24 18:06:56 2018 -0700 |
| committer | Mark Salyzyn <[email protected]> | Fri May 18 20:31:59 2018 +0000 |
| tree | 609cb627f2dbee0257d8210413658f00ec872d09 | |
| parent | 46155cc7bd1b4961be980ab2cb266f7c94836767 [diff] |
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 <[email protected]>