git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c095ba7
)
reiserfs: locking, push write lock out of xattr code
author
Jeff Mahoney
<jeffm@suse.com>
Thu, 8 Aug 2013 21:27:19 +0000
(17:27 -0400)
committer
Jeff Mahoney
<jeffm@suse.de>
Thu, 8 Aug 2013 21:27:19 +0000
(17:27 -0400)
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>
No differences found