From: Michael Holzheu Date: Wed, 20 Sep 2006 14:00:04 +0000 (+0200) Subject: [S390] hypfs crashes with invalid mount option. X-Git-Tag: v2.6.19-rc1~1298^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=388c571cffc4ae4e64f0786333e811308acbbc10;p=pandora-kernel.git [S390] hypfs crashes with invalid mount option. When an invalid mount option is specified, no root inode is created for hypfs, hypfs_fill_super() returns with -EINVAL and then hypfs_kill_super() is called. hypfs_kill_super() does not check if the root inode has been initialized. This patch adds this check. Signed-off-by: Michael Holzheu Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed