commit | 39ee059affaf57a152c64cd3a0adc3f48f02ed71 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Fri Jan 06 00:19:43 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Fri Jan 06 08:33:56 2006 -0800 |
tree | d656f8b3eb40cd1019a82d4381bbfa33e6caec8e | |
parent | 6ad84acab972f4dfc78e6fdb04c419f82c497d29 [diff] |
[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>