fuse: don't let fuse_req->end() put the base reference
authorTejun Heo <tj@kernel.org>
Wed, 26 Nov 2008 11:03:54 +0000 (12:03 +0100)
committerMiklos 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