diff --git a/fs/ocfs2/inode.c b/fs/ocfs2/inode.c index 437de7f768c6e5ae6a75e1e07b8e522ebdd0a494..c8b25de9efbbf93217480059fdca6f44e7513d56 100644 --- a/fs/ocfs2/inode.c +++ b/fs/ocfs2/inode.c @@ -540,8 +540,7 @@ static int ocfs2_read_locked_inode(struct inode *inode, if (status < 0) make_bad_inode(inode); - if (args && bh) - brelse(bh); + brelse(bh); return status; }