Skip to content
Commit e9bb09dd authored by Tejun Heo's avatar Tejun Heo Committed by Miklos Szeredi
Browse files

fuse: don't let fuse_req->end() put the base reference



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: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 193da609
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment