Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=1b8177ec1e779bcc3ed89419ff7c80dbc3dcc489
Commit:     1b8177ec1e779bcc3ed89419ff7c80dbc3dcc489
Parent:     b7fe2e391ee7b711d6dfd6a694d60c4f21113cbb
Author:     Bob Peterson <[EMAIL PROTECTED]>
AuthorDate: Sat Jan 19 21:50:24 2008 -0600
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 08:21:04 2008 +0000

    [GFS2] Lockup on error
    
    I spotted this bug while I was digging around.  Looks like it could cause
    a lockup in some rare error condition.
    
    Signed-off-by: Bob Peterson <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 fs/gfs2/inode.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/gfs2/inode.c b/fs/gfs2/inode.c
index c84764a..728d316 100644
--- a/fs/gfs2/inode.c
+++ b/fs/gfs2/inode.c
@@ -860,7 +860,7 @@ static int link_dinode(struct gfs2_inode *dip, const struct 
qstr *name,
 
        error = alloc_required = gfs2_diradd_alloc_required(&dip->i_inode, 
name);
        if (alloc_required < 0)
-               goto fail;
+               goto fail_quota_locks;
        if (alloc_required) {
                error = gfs2_quota_check(dip, dip->i_inode.i_uid, 
dip->i_inode.i_gid);
                if (error)
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to