linux/fs/fuse
Miklos Szeredi 77e7f250f8 [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 <miklos@szeredi.hu>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2006-02-17 13:59:27 -08:00
..
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
dev.c [PATCH] fuse: fix bug in aborted fuse_release_end() 2006-02-17 13:59:27 -08:00
dir.c [PATCH] fuse: READ request initialization 2006-01-16 23:15:31 -08:00
file.c [PATCH] fuse: fix bug in aborted fuse_release_end() 2006-02-17 13:59:27 -08:00
fuse_i.h [PATCH] fuse: fix async read for legacy filesystems 2006-02-01 08:53:09 -08:00
inode.c [PATCH] fuse: fix async read for legacy filesystems 2006-02-01 08:53:09 -08:00