On Tue, Jul 10, 2007 at 06:36:25PM +0200, Rodolfo Giometti wrote: > Sorry I wrote wrong. I meant __u32. > > I can use __u64 for seconds but doing this there could be problems for > 32 bits platforms? =:-o
32bit platforms can still work with 64bit values, they may just not be quite as efficient about it. After all we support files with more than 2^32 bytes in them, so the file access structures must have more than 32bit values in them. -- Len Sorensen - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/