From 11d7fbcacc97601e313b3b0b8e68bd95e13653ea Mon Sep 17 00:00:00 2001 From: Al Viro Date: Thu, 4 Dec 2008 09:57:25 -0500 Subject: [PATCH] --- yaml --- r: 125761 b: refs/heads/master c: 261964c60ff6524076d439da9386d4782729c4d9 h: refs/heads/master i: 125759: 514de885ecbcf3d678d95e0ae560ac0731865ff5 v: v3 --- [refs] | 2 +- trunk/fs/isofs/inode.c | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/[refs] b/[refs] index 6d9122b4dcf8..ba2bde4aa2f6 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c765d479037808532310212e9b3fa95760e975f2 +refs/heads/master: 261964c60ff6524076d439da9386d4782729c4d9 diff --git a/trunk/fs/isofs/inode.c b/trunk/fs/isofs/inode.c index 3f8af0f1505b..6147ec3643a0 100644 --- a/trunk/fs/isofs/inode.c +++ b/trunk/fs/isofs/inode.c @@ -855,10 +855,6 @@ static int isofs_fill_super(struct super_block *s, void *data, int silent) } sbi->s_joliet_level = joliet_level; - /* check the root inode */ - if (!inode->i_op) - goto out_bad_root; - /* Make sure the root inode is a directory */ if (!S_ISDIR(inode->i_mode)) { printk(KERN_WARNING @@ -886,8 +882,6 @@ static int isofs_fill_super(struct super_block *s, void *data, int silent) /* * Display error messages and free resources. */ -out_bad_root: - printk(KERN_WARNING "%s: root inode not initialized\n", __func__); out_iput: iput(inode); goto out_no_inode;