ANDROID: sdcardfs: Add missing path_put
authorDaniel Rosenberg <drosen@google.com>
Fri, 17 Feb 2017 01:55:22 +0000 (17:55 -0800)
committerAmit Pundir <amit.pundir@linaro.org>
Mon, 10 Apr 2017 07:42:16 +0000 (13:12 +0530)
commitddce85b2380591d209b4083813256a816e10341f
tree4126a27709eaba51817cfb246c377679f3ab1a85
parent9068b415feec9fb4c04ee586d3d047dcfc0dc8a9
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