commit | e9bb09dd6c5b8ec6a971ed6251df5eba3a4c8d3c | [log] [tgz] |
---|---|---|
author | Tejun Heo <tj@kernel.org> | Wed Nov 26 12:03:54 2008 +0100 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Wed Nov 26 12:03:54 2008 +0100 |
tree | 5012a2046330c00f41fd65dc20867b01b80eee5d | |
parent | 193da6092764ab693da7170c5badbf60d7758c1d [diff] |
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: Tejun Heo <tj@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>