From: Al Viro Date: Sun, 24 Jan 2010 05:06:22 +0000 (-0500) Subject: fix affs parse_options() X-Git-Tag: v2.6.33-rc6~8^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=217686e98321a4ff4c1a6cc535e511e37c5d2dbf;p=pandora-kernel.git 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 --- Reading git-diff-tree failed