udf: Some type fixes and cleanups
authorJan Kara <jack@suse.cz>
Wed, 11 Mar 2009 15:02:04 +0000 (16:02 +0100)
committerJan Kara <jack@suse.cz>
Thu, 2 Apr 2009 10:29:55 +0000 (12:29 +0200)
commit225feded89d447c2ab76e38e67ef56860c5bb60f
treef804191425cc2be8c1e6fec6e772b9b201086c92
parent1197e4dfcf4ac17d763a59e5de1d4d4b9781a555
udf: Some type fixes and cleanups

Make udf_check_valid() return 1 if the validity check passed and 0 otherwise.
So far it was the other way around which was a bit confusing. Also make
udf_vrs() return loff_t which is really the type it should return (not int).

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/super.c