From: Frederic Weisbecker Date: Thu, 7 Jan 2010 11:57:47 +0000 (+0100) Subject: reiserfs: Don't call reiserfs_get_acl() with the reiserfs lock X-Git-Tag: v2.6.33-rc4~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c28705418de012216161b14a2ff1dda3da3d786;p=pandora-kernel.git reiserfs: Don't call reiserfs_get_acl() with the reiserfs lock reiserfs_get_acl is usually not called under the reiserfs lock, as it doesn't need it. But it happens when it is called by reiserfs_acl_chmod(), which creates a dependency inversion against the private xattr inodes mutexes for the given inode. We need to call it without the reiserfs lock, especially since it's unnecessary. Signed-off-by: Frederic Weisbecker Cc: Christian Kujau Cc: Alexander Beregalov Cc: Chris Mason Cc: Ingo Molnar --- Reading git-diff-tree failed