OSDN Git Service

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>
Tue, 14 Aug 2018 12:17:11 +0000 (17:47 +0530)
commit3e5005ea6853587fde274e7af45dd2115eed2e5d
treee59bf4240f7676981268ce61d1a3ce943c327c63
parent5a0731f5fae476c5dc133ced54dd60c9039d42fa
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