[OpenAFS-devel] vol-dump.c and large file dumps...
Horst Birthelmer
horst@riback.net
Tue, 13 Jul 2004 23:39:15 +0200
On Jul 13, 2004, at 11:08 PM, Neulinger, Nathan wrote:
>
> vol-dump.c doesn't currently appear to support large file output, even
> with just writing to stdout. I can make it work on file opens by adding
> O_LARGEFILE to the open flags, but as I haven't paid a whole lot of
> attention to lfs support, is there a cleaning way of doing this? also,
> why wouldn't it work for writing to stdout - that shouldn't care about
> file size...
>
I haven't looked recenty at that code but if no _file_ is >2GB it
should work.
Or was that about something else??
Horst