commit | 4c05141df57f4ffc1a9a28f1925434924179bfe4 | [log] [tgz] |
---|---|---|
author | Jeff Mahoney <jeffm@suse.com> | Thu Aug 08 17:27:19 2013 -0400 |
committer | Jeff Mahoney <jeffm@suse.de> | Thu Aug 08 17:27:19 2013 -0400 |
tree | d210b251b6f46e50b27f4db4f15010f9b40aad45 | |
parent | c095ba7224d8edc71dcef0d655911399a8bd4a3f [diff] |
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 <jeffm@suse.com>