fs: udf: parse_options: blocksize check
authorFabian Frederick <fabf@skynet.be>
Wed, 29 Jan 2014 09:13:16 +0000 (17:13 +0800)
committerJan Kara <jack@suse.cz>
Mon, 3 Mar 2014 10:30:57 +0000 (11:30 +0100)
Both affs and isofs check for blocksize integrity during
parse_options.Do the same thing for udf.

Valid values : 512, 1024, 2048 or 4096 bytes.

Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Jan Kara <jack@suse.cz>

No differences found