]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
hypfs_kill_super(): deal with failed allocations
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 3 Apr 2018 03:50:31 +0000 (23:50 -0400)
committerSasha Levin <alexander.levin@microsoft.com>
Wed, 23 May 2018 01:36:35 +0000 (21:36 -0400)
commit26361574ff001eb91c8d7d860cf8e0064c7867fc
tree1464e5b6fb1eb010f40114d943ba6dc4b2c1d87c
parent34d5b4283fb6b1843c25967363f739efb918ba4b
hypfs_kill_super(): deal with failed allocations

[ Upstream commit a24cd490739586a7d2da3549a1844e1d7c4f4fc4 ]

hypfs_fill_super() might fail to allocate sbi; hypfs_kill_super()
should not oops on that.

Cc: stable@vger.kernel.org
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sasha Levin <alexander.levin@microsoft.com>
arch/s390/hypfs/inode.c