aboutsummaryrefslogtreecommitdiffstats
path: root/fs/bfs
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2010-01-24 00:06:22 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2010-01-26 22:22:25 -0500
commit217686e98321a4ff4c1a6cc535e511e37c5d2dbf (patch)
tree8b68ea06a602d92d52e6c5a9d3c976a8991cccc7 /fs/bfs
parentFix remount races with symlink handling in affs (diff)
downloadlinux-dev-217686e98321a4ff4c1a6cc535e511e37c5d2dbf.tar.xz
linux-dev-217686e98321a4ff4c1a6cc535e511e37c5d2dbf.zip
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>
Diffstat (limited to 'fs/bfs')
0 files changed, 0 insertions, 0 deletions