X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=fs%2Faffs%2Fnamei.c;h=5400a876d73fb52006ac97fed12b6d3d312c378e;hb=4a8176fd62aa7fa86599efcbd3631af272b109d8;hp=41c5749f4db78078b2e1d5b65c31aa0b2c7724c1;hpb=97b6f89f7269b746b68e7985c16d2354c688d29a;p=linux-2.6-microblaze.git diff --git a/fs/affs/namei.c b/fs/affs/namei.c index 41c5749f4db7..5400a876d73f 100644 --- a/fs/affs/namei.c +++ b/fs/affs/namei.c @@ -460,8 +460,10 @@ affs_xrename(struct inode *old_dir, struct dentry *old_dentry, return -EIO; bh_new = affs_bread(sb, d_inode(new_dentry)->i_ino); - if (!bh_new) + if (!bh_new) { + affs_brelse(bh_old); return -EIO; + } /* Remove old header from its parent directory. */ affs_lock_dir(old_dir);