|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] large file support for lomount (for 32-bit dom0)
On 06/11/2009 16:56, "Dan Magenheimer" <dan.magenheimer@xxxxxxxxxx> wrote:
> Give lomount large file support on a 32-bit dom0 so that
> file images larger than 4GB can be lomount'ed.
tools/misc/lomount/Makefile includes tools/Rules.mk which includes:
ifneq ($(XEN_OS),NetBSD)
# Enable implicit LFS support *and* explicit LFS names.
CFLAGS += $(shell getconf LFS_CFLAGS)
CFLAGS += -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE
LDFLAGS += $(shell getconf LFS_LDFLAGS)
endif
So... lomount is already covered for LFS, and I just confirmed that with an
x86_32 test build. Did you not check that?
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|