1
0
Fork 0

GFS2: jumping to wrong label?

Also a gfs2_glock_dq() is required here.

Signed-off-by: Roel Kluin <roel.kluin@gmail.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
hifive-unleashed-5.1
Roel Kluin 2009-08-22 19:26:42 +02:00 committed by Steven Whitehouse
parent 970343cd49
commit cd0120751d
1 changed files with 1 additions and 1 deletions

View File

@ -349,7 +349,7 @@ static int gfs2_unlink(struct inode *dir, struct dentry *dentry)
error = gfs2_trans_begin(sdp, 2*RES_DINODE + RES_LEAF + RES_RG_BIT, 0);
if (error)
goto out_rgrp;
goto out_gunlock;
error = gfs2_dir_del(dip, &dentry->d_name);
if (error)