This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Change sync_file_range to be non-cancellable



> Em 21 de out de 2015, Ãs 12:46, Mike Frysinger <vapier@gentoo.org> escreveu:
> 
>> On 21 Oct 2015 10:34, Adhemerval Zanella wrote:
>> Also since GLIBC requires a minimum 2.6.32 kernel, the patch also
>> cleanups the mips code to assume __NR_sync_file_range and the
>> powerpc one to either assume __NR_sync_file_range2 or __NR_sync_file_range.
> 
> unless i'm missing something, this is orthogonal to cancellation, so it
> should be a sep patch/commit.  it would also allow for quick merging as
> it wouldn't get caught up in the cancellation debate.
> -mike

Yes and also I withdrawn the cancellation changes. I will resend a patch with cleanup for syscall definitions.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]