ANDROID: sdcardfs: Add missing path_put
authorDaniel Rosenberg <drosen@google.com>
Fri, 17 Feb 2017 01:55:22 +0000 (17:55 -0800)
committerStricted <info@stricted.net>
Thu, 11 Oct 2018 16:03:24 +0000 (18:03 +0200)
commitc788d040505aee07e013f422a47424f52fc730ae
tree2d23f16da963fb9919ddfcd3a34c837224135288
parent2578b04a620db31373a80c4f39b3ac7153a1b5e7
ANDROID: sdcardfs: Add missing path_put

"ANDROID: sdcardfs: Add GID Derivation to sdcardfs" introduced
an unbalanced pat_get, leading to storage space not being freed
after deleting a file until rebooting. This adds the missing path_put.

Signed-off-by: Daniel Rosenberg <drosen@google.com>
Bug: 34691169
Change-Id: Ia7ef97ec2eca2c555cc06b235715635afc87940e
fs/sdcardfs/derived_perm.c