ANDROID: sdcardfs: Add missing path_put
authorDaniel Rosenberg <drosen@google.com>
Fri, 17 Feb 2017 01:55:22 +0000 (17:55 -0800)
committerDaniel Rosenberg <drosen@google.com>
Tue, 30 Jan 2018 03:40:04 +0000 (19:40 -0800)
commitdf88f6749477641c0d54a17f01348a511fe413af
treeb56f2df12f565db3d9de5fba80027dd8c5401bcd
parent7c71f28901a7b44119a247b8000716bc008e1790
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