Re: [patch 2.6.13-rc6] Fix kmem read on 32-bit archs

From: Chuck Ebbert
Date: Sun Aug 14 2005 - 15:39:57 EST


On Sun, 14 Aug 2005 09:24:02 -0700 (PDT), Linus Torvalds wrote:

> Yes, the thing needs to be opened with O_LARGEFILE and you need to use
> "llseek()" to seek into it, but once you do that, everything should be
> fine.

GCC warns about using llseek and suggests lseek64 instead. That works
for me, but up till 2.6.11 plain lseek worked too. I guess it really
shouldn't have?

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