From 41fba0688ea51a6441fc2995298a20417e844dcc Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 27 Mar 2009 19:43:21 -0400 Subject: [PATCH] --- yaml --- r: 139507 b: refs/heads/master c: e7c9e3e99adf6c49c5d593a51375916acc039d1e h: refs/heads/master i: 139505: 94c99810425786fd1e5a9d9e003178e3dbf717f1 139503: 82459ac4c80396474166d265e9468cc42ccbd688 v: v3 --- [refs] | 2 +- trunk/fs/ext4/mballoc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 5aa8c1f0a84e..91ade69e9c8d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a7b19448ddbdc34b2b8fedc048ba154ca798667b +refs/heads/master: e7c9e3e99adf6c49c5d593a51375916acc039d1e diff --git a/trunk/fs/ext4/mballoc.c b/trunk/fs/ext4/mballoc.c index 5f3e3a3a38d6..f871677a7984 100644 --- a/trunk/fs/ext4/mballoc.c +++ b/trunk/fs/ext4/mballoc.c @@ -4392,7 +4392,7 @@ static void ext4_mb_add_n_trim(struct ext4_allocation_context *ac) pa_inode_list) { spin_lock(&tmp_pa->pa_lock); if (tmp_pa->pa_deleted) { - spin_unlock(&pa->pa_lock); + spin_unlock(&tmp_pa->pa_lock); continue; } if (!added && pa->pa_free < tmp_pa->pa_free) {