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:
796523f
)
fuse: skip blocking on allocations of synchronous requests
author
Maxim Patlasov
<mpatlasov@parallels.com>
Thu, 21 Mar 2013 14:02:28 +0000
(18:02 +0400)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 17 Apr 2013 10:31:45 +0000
(12:31 +0200)
A task may have at most one synchronous request allocated. So these
requests need not be otherwise limited.
The patch re-works fuse_get_req() to follow this idea.
Signed-off-by: Maxim Patlasov <mpatlasov@parallels.com>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found