ANDROID: sdcardfs: Check for NULL in revalidate
authorDaniel Rosenberg <drosen@google.com>
Mon, 22 May 2017 20:23:56 +0000 (13:23 -0700)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:10 +0000 (19:40 -0800)
commit4fce2666e5c252143d8b94ad7e3ccc7ce1f71a8a
tree306a549ce4b987015520d4bdae00583bd610ffbe
parent638eed3f5e0b5306f8a26d597221ddf95f01520a
ANDROID: sdcardfs: Check for NULL in revalidate

If the inode is in the process of being evicted,
the top value may be NULL.

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