diff options
Diffstat (limited to 'fs/ocfs2/super.c')
-rw-r--r-- | fs/ocfs2/super.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ocfs2/super.c b/fs/ocfs2/super.c index d2027cec8f3b..304b63ac78cf 100644 --- a/fs/ocfs2/super.c +++ b/fs/ocfs2/super.c | |||
@@ -762,8 +762,7 @@ static int ocfs2_fill_super(struct super_block *sb, void *data, int silent) | |||
762 | return status; | 762 | return status; |
763 | 763 | ||
764 | read_super_error: | 764 | read_super_error: |
765 | if (bh != NULL) | 765 | brelse(bh); |
766 | brelse(bh); | ||
767 | 766 | ||
768 | if (inode) | 767 | if (inode) |
769 | iput(inode); | 768 | iput(inode); |