This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly
- From: Xiao Yang <yangx dot jy at cn dot fujitsu dot com>
- To: Xiao Yang <yangx dot jy at cn dot fujitsu dot com>
- Cc: <libc-alpha at sourceware dot org>
- Date: Wed, 15 Jan 2020 09:12:22 +0800
- Subject: Re: [PATCH] sysdeps/posix/posix_fallocate*: Make emulated posix_fallocate() work properly
- References: <20200114125314.19093-1-yangx.jy@cn.fujitsu.com>
On 2020/1/14 20:53, Xiao Yang wrote:
> Emulated posix_fallocate() only writes data in one block if block
> size is 4096, offset is 4095 and len is 2. The emulated code should
> write data in two blocks in the case because it actually crosses two
> blocks.
>
Hi,
Please ignore this patch because there are some issues on it.
I will send v2 patch shortly.
Thanks,
Xiao Yang