]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mnt: If fs_fully_visible fails call put_filesystem.
authorEric W. Biederman <ebiederm@xmission.com>
Mon, 6 Jun 2016 20:36:07 +0000 (15:36 -0500)
committerDhaval Giani <dhaval.giani@oracle.com>
Fri, 20 Jan 2017 22:21:55 +0000 (17:21 -0500)
commit71f3d3843cf6f08497b305ea7ed5e50ec2aa167f
tree18e61eb850253b49059c3cdd3fa2936c039451fd
parentfe928e15eeb27552229f77ee23ec4fbec280aabe
mnt: If fs_fully_visible fails call put_filesystem.

Orabug: 25256941

[ Upstream commit 97c1df3e54e811aed484a036a798b4b25d002ecf ]

Add this trivial missing error handling.

Cc: stable@vger.kernel.org
Fixes: 1b852bceb0d1 ("mnt: Refactor the logic for mounting sysfs and proc in a user namespace")
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
(cherry picked from commit fced2a819164c305544bcc8d9a45beea15374528)
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
fs/namespace.c