linux/arch/s390/hypfs
Michael Holzheu 388c571cff [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 <holzheu@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2006-09-20 16:00:04 +02:00
..
Makefile [PATCH] s390_hypfs filesystem 2006-06-23 07:43:02 -07:00
hypfs.h [S390] hypfs comment cleanup. 2006-09-20 15:58:44 +02:00
hypfs_diag.c [S390] __exit cleanup. 2006-09-20 15:59:12 +02:00
hypfs_diag.h [S390] hypfs comment cleanup. 2006-09-20 15:58:44 +02:00
inode.c [S390] hypfs crashes with invalid mount option. 2006-09-20 16:00:04 +02:00