ANDROID: sdcardfs: Remove redundant operation
authorDaniel Rosenberg <drosen@google.com>
Fri, 27 Jan 2017 04:10:34 +0000 (20:10 -0800)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:03 +0000 (19:40 -0800)
commit71c9ec247a7a9e85fc7bd52435f92a7cd9e04abf
tree602bdd692c5fb66add4547f070b214dbd989d3ae
parent992aef9215b7b39abd1dab689e7d42f7da33303b
ANDROID: sdcardfs: Remove redundant operation

We call get_derived_permission_new unconditionally, so we don't need
to call update_derived_permission_lock, which does the same thing.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Change-Id: I0748100828c6af806da807241a33bf42be614935
fs/sdcardfs/inode.c