From: Jan Kara Date: Wed, 11 Mar 2009 15:02:04 +0000 (+0100) Subject: udf: Some type fixes and cleanups X-Git-Tag: v2.6.30-rc1~235^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=225feded89d447c2ab76e38e67ef56860c5bb60f;p=pandora-kernel.git 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 --- Reading git-diff-tree failed