]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
fat: ix mount option parsing
authorJan Kara <jack@suse.cz>
Thu, 15 Nov 2012 02:38:36 +0000 (13:38 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:32:13 +0000 (17:32 +1100)
commit9d72af9e0b24c08d7e34903d8dd1c5d577120288
tree6da16d4b7609b4cda02b7bf4a283460316f10e29
parentf99d2b49ec9316f17828480f48a02a0fa99894db
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 <jack@suse.cz>
Cc: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/fat/inode.c