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:
0ad0b32
)
fuse: fix background request if not connected
author
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:56 +0000
(16:25 +0200)
committer
Miklos Szeredi
<mszeredi@suse.cz>
Wed, 1 Jul 2015 14:25:56 +0000
(16:25 +0200)
request_end() expects fc->num_background and fc->active_background to have
been incremented, which is not the case in fuse_request_send_nowait()
failure path. So instead just call the ->end() callback (which is actually
set by all callers).
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Reviewed-by: Ashish Samant <ashish.samant@oracle.com>
fs/fuse/dev.c
patch
|
blob
|
history
diff --cc
fs/fuse/dev.c
Simple merge