From: Aneesh Kumar K.V Date: Sun, 3 May 2009 00:35:09 +0000 (-0400) Subject: ext4: Convert ext4_lock_group to use sb_bgl_lock X-Git-Tag: v2.6.31-rc1~396^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=955ce5f5be67dfe0d1d096b543af33fe8a1ce3dd;p=pandora-kernel.git ext4: Convert ext4_lock_group to use sb_bgl_lock We have sb_bgl_lock() and ext4_group_info.bb_state bit spinlock to protech group information. The later is only used within mballoc code. Consolidate them to use sb_bgl_lock(). This makes the mballoc.c code much simpler and also avoid confusion with two locks protecting same info. Signed-off-by: Aneesh Kumar K.V Signed-off-by: "Theodore Ts'o" --- Reading git-diff-tree failed