Hi! > daddr_t is usually typedef to __kernel_daddr_t, > which is int or long. Well the size must match, so unless you have checked that it's defined to int only in cases where sizeof(int) == sizeof(long) this change is not correct. -- Cyril Hrubis chrubis@suse.cz