From: Eric Sandeen Date: Mon, 14 Dec 2009 19:01:05 +0000 (-0600) Subject: ext3: Replace lock/unlock_super() with an explicit lock for resizing X-Git-Tag: v2.6.33-rc2~18^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96d2a495c25d525873529b736cdb63ad502b101c;p=pandora-kernel.git ext3: Replace lock/unlock_super() with an explicit lock for resizing Use a separate lock to protect s_groups_count and the other block group descriptors which get changed via an on-line resize operation, so we can stop overloading the use of lock_super(). Port of ext4 commit 32ed5058ce90024efcd811254b4b1de0468099df by Theodore Ts'o . CC: Theodore Ts'o Signed-off-by: Eric Sandeen Signed-off-by: Jan Kara --- Reading git-diff-tree failed