commit | 0aada88476a33690c9569b094191ce92a38e6541 | [log] [tgz] |
---|---|---|
author | Maxim Patlasov <mpatlasov@parallels.com> | Thu Mar 21 18:02:28 2013 +0400 |
committer | Miklos Szeredi <mszeredi@suse.cz> | Wed Apr 17 12:31:45 2013 +0200 |
tree | 4aef3365654d4751154dc825731af721661fcef2 | |
parent | 796523fb24028639c007f71e02ca21730f7c0af6 [diff] |
fuse: skip blocking on allocations of synchronous requests 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>