From: Jan Kara Date: Tue, 18 Dec 2012 00:02:59 +0000 (-0800) Subject: fat: ix mount option parsing X-Git-Tag: v3.8-rc1~74^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b3d5aeaa333850756f41350fed2fc95912b2a4f;p=pandora-kernel.git fat: ix mount option parsing parse_options() is supposed to return value < 0 on error however we returned 0 (success) in a lot of cases. This actually was not a problem in practice because match_token() used by parse_options() is clever and catches most of the problems for us. Signed-off-by: Jan Kara Cc: OGAWA Hirofumi Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed