From: Tejun Heo Date: Wed, 26 Nov 2008 11:03:54 +0000 (+0100) Subject: fuse: don't let fuse_req->end() put the base reference X-Git-Tag: v2.6.29-rc1~230^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9bb09dd6c5b8ec6a971ed6251df5eba3a4c8d3c;p=pandora-kernel.git 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 Signed-off-by: Miklos Szeredi --- Reading git-diff-tree failed