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:
193da60
)
fuse: don't let fuse_req->end() put the base reference
author
Tejun Heo
<tj@kernel.org>
Wed, 26 Nov 2008 11:03:54 +0000
(12:03 +0100)
committer
Miklos Szeredi
<miklos@szeredi.hu>
Wed, 26 Nov 2008 11:03:54 +0000
(12:03 +0100)
fuse_req->end() was supposed to be put the base reference but there's
no reason why it should. It only makes things more complex. Move it
out of ->end() and make it the responsibility of request_end().
Signed-off-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
No differences found