From: Miklos Szeredi Date: Fri, 17 Feb 2006 21:52:52 +0000 (-0800) Subject: [PATCH] fuse: fix bug in aborted fuse_release_end() X-Git-Tag: v2.6.16-rc4~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77e7f250f88cd62844e24c42aff4d0e95969c746;p=pandora-kernel.git [PATCH] fuse: fix bug in aborted fuse_release_end() There's a rather theoretical case of the BUG triggering in fuse_reset_request(): - iget() fails because of OOM after a successful CREATE_OPEN request - during IO on the resulting RELEASE request the connection is aborted Fix and add warning to fuse_reset_request(). Signed-off-by: Miklos Szeredi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed