From: Marcin Slusarz Date: Sun, 10 Feb 2008 10:25:31 +0000 (+0100) Subject: udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps X-Git-Tag: v2.6.26-rc1~1108^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56774805d5eeecd3f1fb700603e593a35dc523c8;p=pandora-kernel.git udf: convert udf_stamp_to_time and udf_time_to_stamp to use timestamps * kernel_timestamp type was almost unused - only callers of udf_stamp_to_time and udf_time_to_stamp used it, so let these functions handle endianness internally and don't clutter code with conversions * rename udf_stamp_to_time to udf_disk_stamp_to_time and udf_time_to_stamp to udf_time_to_disk_stamp Signed-off-by: Marcin Slusarz Signed-off-by: Jan Kara --- Reading git-diff-tree failed