Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 125761
b: refs/heads/master
c: 261964c
h: refs/heads/master
i:
  125759: 514de88
v: v3
  • Loading branch information
Al Viro committed Jan 5, 2009
1 parent a0cfb92 commit 11d7fbc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c765d479037808532310212e9b3fa95760e975f2
refs/heads/master: 261964c60ff6524076d439da9386d4782729c4d9
6 changes: 0 additions & 6 deletions trunk/fs/isofs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 11d7fbc

Please sign in to comment.