linux/fs/fuse
Miklos Szeredi 39ee059aff [PATCH] fuse: check file type in lookup
Previously invalid types were quietly changed to regular files, but at
revalidation the inode was changed to bad.  This was rather inconsistent
behavior.

Now check if the type is valid on initial lookup, and return -EIO if not.

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-01-06 08:33:56 -08:00
..
Makefile [PATCH] FUSE - file operations 2005-09-09 14:03:45 -07:00
dev.c [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
dir.c [PATCH] fuse: check file type in lookup 2006-01-06 08:33:56 -08:00
file.c [PATCH] fuse: ensure progress in read and write 2006-01-06 08:33:56 -08:00
fuse_i.h [PATCH] fuse: make maximum write data configurable 2006-01-06 08:33:56 -08:00
inode.c [PATCH] fuse: check file type in lookup 2006-01-06 08:33:56 -08:00