This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/4] __ASSUME_FALLOCATE is always true on 32-bit architectures
- From: OndÅej BÃlka <neleai at seznam dot cz>
- To: Florian Weimer <fweimer at redhat dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Fri, 1 May 2015 16:23:08 +0200
- Subject: Re: [PATCH 3/4] __ASSUME_FALLOCATE is always true on 32-bit architectures
- Authentication-results: sourceware.org; auth=none
- References: <20150424134514 dot 627ED41F484D0 at oldenburg dot str dot redhat dot com>
On Fri, Apr 24, 2015 at 01:50:18PM +0200, Florian Weimer wrote:
> This means we can clean up the generic code a bit. The 64-bit
> variant still needs to support !__ASSUME_FALLOCATE for alpha.
> ---
> ChangeLog | 13 +++++++
> .../sysv/linux/mips/mips64/n32/posix_fallocate.c | 32 +++-------------
> .../sysv/linux/mips/mips64/n32/posix_fallocate64.c | 33 +++--------------
> sysdeps/unix/sysv/linux/posix_fallocate.c | 38 +++++--------------
> sysdeps/unix/sysv/linux/posix_fallocate64.c | 43 ++++++----------------
> .../unix/sysv/linux/wordsize-64/posix_fallocate.c | 2 +
> 6 files changed, 47 insertions(+), 114 deletions(-)
>
Looks ok.