commit | cc15bd0026674e80f0add129bc4fc3b91033ff81 | [log] [tgz] |
---|---|---|
author | Daniel Rosenberg <drosen@google.com> | Tue Apr 24 18:06:56 2018 -0700 |
committer | Daniel Rosenberg <drosen@google.com> | Fri May 18 20:29:26 2018 +0000 |
tree | d90fedde0538e9a729d70184b8f2594fbcf6428e | |
parent | aa9d23da410cef1d9e2c0a72298482bc9da8da5b [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 <drosen@google.com>