ANDROID: sdcardfs: Remove redundant operation
authorDaniel Rosenberg <drosen@google.com>
Fri, 27 Jan 2017 04:10:34 +0000 (20:10 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Fri, 3 Feb 2017 09:35:18 +0000 (15:05 +0530)
commit466fc0949a7eefb3bc4027baea6abff33c420101
treebebb845e068a423d34384a68e3f8f90d94bd21af
parenteaa47a638bca70cf80901967e19df805fa357fb4
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.

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