dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/fs/affs
Al Viro 217686e983 fix affs parse_options()
Error handling in that sucker got broken back in 2003.  If function
returns 0 on failure, it's not nice to add return -EINVAL into it.
Adding return 1 on other failure exits is also not a good thing (and
yes, original success exits with 1 and some of failure exits with 0
are still there; so's the original logics in callers).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2010-01-26 22:22:25 -05:00
..
Changes
Kconfig
Makefile
affs.h Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00
amigaffs.c
bitmap.c
dir.c
file.c
inode.c
namei.c Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00
super.c fix affs parse_options() 2010-01-26 22:22:25 -05:00
symlink.c Fix remount races with symlink handling in affs 2010-01-26 22:22:24 -05:00