From: Lino Sanfilippo Date: Thu, 29 Jul 2010 11:01:36 +0000 (+0200) Subject: ecryptfs: release reference to lower mount if interpose fails X-Git-Tag: v2.6.36-rc1~299^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31f73bee3e170b7cabb35db9e2f4bf7919b9d036;p=pandora-kernel.git ecryptfs: release reference to lower mount if interpose fails In ecryptfs_lookup_and_interpose_lower() the lower mount is not decremented if allocation of a dentry info struct failed. As a result the lower filesystem cant be unmounted any more (since it is considered busy). This patch corrects the reference counting. Signed-off-by: Lino Sanfilippo Cc: stable@kernel.org Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed