X-Git-Url: https://git.kernelconcepts.de/?p=karo-tx-linux.git;a=blobdiff_plain;f=fs%2Fjfs%2Fsuper.c;h=8f9176caf098c559bbe3c9975b2dff9fffb0ffb4;hp=4cd9798f4948c646d065c50dd0f6092fe75197b0;hb=af9bec4de086c0ae75efdb75221cb7a3270f3f62;hpb=c57d5621d2f2dc238f4b9c4d00b2a54187a75445 diff --git a/fs/jfs/super.c b/fs/jfs/super.c index 4cd9798f4948..8f9176caf098 100644 --- a/fs/jfs/super.c +++ b/fs/jfs/super.c @@ -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); - if (!new_valid_dev(sb->s_bdev->bd_dev)) - return -EOVERFLOW; - sbi = kzalloc(sizeof(struct jfs_sb_info), GFP_KERNEL); if (!sbi) return -ENOMEM;