From: Jeff Mahoney Date: Thu, 8 Aug 2013 21:27:19 +0000 (-0400) Subject: reiserfs: locking, push write lock out of xattr code X-Git-Tag: v3.12-rc1~126^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c05141df57f4ffc1a9a28f1925434924179bfe4;p=pandora-kernel.git reiserfs: locking, push write lock out of xattr code The reiserfs xattr code doesn't need the write lock and sleeps all over the place. We can simplify the locking by releasing it and reacquiring after the xattr call. Signed-off-by: Jeff Mahoney --- Reading git-diff-tree failed