X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=fs%2Focfs2%2Fioctl.c;h=9fcd36dcc9a05920e5cc3f2d4d001d5bc8a82120;hb=44a504c405ae5c3a80e71acf71d6b1cb0db70715;hp=7b142f0ce995bd07a5116567a0b2b56e65b8dd1b;hpb=fd9be4ce2e1eb407a8152f823698cc0d652bbec8;p=linux-2.6-omap-h63xx.git diff --git a/fs/ocfs2/ioctl.c b/fs/ocfs2/ioctl.c index 7b142f0ce99..9fcd36dcc9a 100644 --- a/fs/ocfs2/ioctl.c +++ b/fs/ocfs2/ioctl.c @@ -102,8 +102,7 @@ bail_unlock: bail: mutex_unlock(&inode->i_mutex); - if (bh) - brelse(bh); + brelse(bh); mlog_exit(status); return status;