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:
1c0bd60
)
CIFS: Remove spinlock dependence in brlock processing
author
Pavel Shilovsky
<pshilovsky@samba.org>
Wed, 19 Sep 2012 13:22:43 +0000
(06:22 -0700)
committer
Steve French
<smfrench@gmail.com>
Tue, 25 Sep 2012 02:46:32 +0000
(21:46 -0500)
Now we need to lock/unlock a spinlock while processing brlock ops
on the inode. Move brlocks of a fid to a separate list and attach
all such lists to the inode. This let us not hold a spinlock.
Signed-off-by: Pavel Shilovsky <pshilovsky@samba.org>
No differences found