From: Aneesh Kumar K.V Date: Thu, 10 Sep 2009 03:50:17 +0000 (-0400) Subject: ext4: Clarify the locking details in mballoc X-Git-Tag: v2.6.32-rc1~633^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08c3a8133810d955d97f7146c50c43e4073f2148;p=pandora-kernel.git ext4: Clarify the locking details in mballoc We don't need to take the alloc_sem lock when we are adding new groups, since mballoc won't see the new group added until we bump sbi->s_groups_count. Signed-off-by: "Theodore Ts'o" Signed-off-by: Aneesh Kumar K.V --- Reading git-diff-tree failed