From: Roel Kluin Date: Sat, 22 Aug 2009 17:26:42 +0000 (+0200) Subject: GFS2: jumping to wrong label? X-Git-Tag: v2.6.32-rc1~698^2~8 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=cd0120751d631bc4b99f180c1c22de2caca98207;p=~shefty%2Frdma-dev.git GFS2: jumping to wrong label? Also a gfs2_glock_dq() is required here. Signed-off-by: Roel Kluin Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/ops_inode.c b/fs/gfs2/ops_inode.c index f8bd20baf99..ce551f85524 100644 --- a/fs/gfs2/ops_inode.c +++ b/fs/gfs2/ops_inode.c @@ -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)