linux-uconsole/fs/affs
Al Viro 30d3844a87 fix affs parse_options()
commit 217686e983 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-02-09 04:50:48 -08:00
..
affs.h Fix remount races with symlink handling in affs 2010-02-09 04:50:48 -08:00
amigaffs.c affs: fix missing unlocks in affs_remove_link 2009-03-27 14:43:56 -04:00
bitmap.c affs: convert s_bmlock into a mutex 2008-07-26 12:00:03 -07:00
Changes
dir.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
file.c sanitize ->fsync() for affs 2009-06-11 21:36:14 -04:00
inode.c affs: do not zero ->i_op 2009-01-05 11:53:07 -05:00
Kconfig fs/Kconfig: move affs out 2009-01-22 13:15:56 +03:00
Makefile
namei.c Fix remount races with symlink handling in affs 2010-02-09 04:50:48 -08:00
super.c fix affs parse_options() 2010-02-09 04:50:48 -08:00
symlink.c Fix remount races with symlink handling in affs 2010-02-09 04:50:48 -08:00