support for offset > 2GB on x86 in losetup needed

Vlad Harchev (hvv@hippo.ru)
Tue, 17 Sep 2002 13:29:23 +0500 (SAMST)


Hello,

Currently linux-2.4 on x86 doesn't allow to use offsets greater than 2GB
for losetup utility. Looking at the code, it turns out that the kernel is
guilty - linux kernel doesn't allow offsets greater than 2Gb since it uses
32-bit wide signed (why signed?) integer for storing the offset on x86..

That's a very severe limitation IMHO, it would be very nice to fix this in
2.5 at least (but it would be better to fix it in 2.4 of course :).

What do you think about this?

PS: I'm not on the list, so please cc replies to me.

Best regards,
-Vlad

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/