|
@@ -496,9 +496,6 @@ static int jfs_fill_super(struct super_block *sb, void *data, int silent)
|
|
|
|
|
|
jfs_info("In jfs_read_super: s_flags=0x%lx", sb->s_flags);
|
|
jfs_info("In jfs_read_super: s_flags=0x%lx", sb->s_flags);
|
|
|
|
|
|
- if (!new_valid_dev(sb->s_bdev->bd_dev))
|
|
|
|
- return -EOVERFLOW;
|
|
|
|
-
|
|
|
|
sbi = kzalloc(sizeof(struct jfs_sb_info), GFP_KERNEL);
|
|
sbi = kzalloc(sizeof(struct jfs_sb_info), GFP_KERNEL);
|
|
if (!sbi)
|
|
if (!sbi)
|
|
return -ENOMEM;
|
|
return -ENOMEM;
|