Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-03 Thread Samuel Thibault
Svante Signell, le lun. 03 déc. 2018 16:57:03 +0100, a ecrit: > I commented out the following three debian patches and updated my patch to > fcntl.c. > #hurd-i386/git-fcntl64.diff > #hurd-i386/git-lockf-0.diff > #hurd-i386/tg-WRLCK-upgrade.diff > hurd-i386/fcntl.diff Ok, then please say that, inst

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-03 Thread Svante Signell
On Mon, 2018-12-03 at 16:25 +0100, Samuel Thibault wrote: > Svante Signell, le lun. 03 déc. 2018 16:01:37 +0100, a ecrit: > > On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote: > > > I forgot here: > > > > Is this really needed? > > Please quote a bit more than just that, otherwise we don'

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-03 Thread Samuel Thibault
Svante Signell, le lun. 03 déc. 2018 16:01:37 +0100, a ecrit: > On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote: > > I forgot here: > > Is this really needed? Please quote a bit more than just that, otherwise we don't have any actual context. But actually, are you really talking about t

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-03 Thread Svante Signell
On Sat, 2018-12-01 at 19:30 +0100, Samuel Thibault wrote: > I forgot here: Is this really needed? From git-fcntl64.diff: Index: glibc-2.28/sysdeps/mach/hurd/fcntl.c === --- glibc-2.28.orig/sysdeps/mach/hurd/fcntl.c +++ glibc-2.28/sysd

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Samuel Thibault
I forgot here: Samuel Thibault, le sam. 01 déc. 2018 18:59:48 +0100, a ecrit: > case F_GETLK: > case F_SETLK: > case F_SETLKW: > { > struct flock *fl = va_arg (ap, struct flock *); > struct flock64 fl64 = { > .l_type = fl->l_type, > .l_whence = fl->l_w

Re: Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Samuel Thibault
Svante Signell, le sam. 01 déc. 2018 16:27:24 +0100, a ecrit: > On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote: > > Attached is the patch adding support for file record locking in glibc, > > as implemented in Hurd by Neal Walfield and others. This patch should be > > applied after the corr

Comment on glibc2.28: Re: [PATCH glibc] Add file record locking support

2018-12-01 Thread Svante Signell
On Thu, 2015-01-08 at 12:40 +0100, Svante Signell wrote: > Hi, > > Attached is the patch adding support for file record locking in glibc, > as implemented in Hurd by Neal Walfield and others. This patch should be > applied after the corresponding hurd patch series in case glibc and hurd > are not