Re: seekdir/readdir patch .. Call for Review.

2015-05-05 Thread Julian Elischer
On 5/6/15 7:33 AM, Rick Macklem wrote: Julian Elischer wrote: On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and te

Re: seekdir/readdir patch .. Call for Review.

2015-05-05 Thread Rick Macklem
Julian Elischer wrote: > On 5/3/15 10:33 PM, Jilles Tjoelker wrote: > > On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov > > wrote: > >> On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > >>> if you are interested in readdir(3), seekdir(3) and telldir(3) > >>> then > >>

Re: seekdir/readdir patch .. Call for Review.

2015-05-05 Thread Rick Macklem
Julian Elischer wrote: > On 5/3/15 10:33 PM, Jilles Tjoelker wrote: > > On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov > > wrote: > >> On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > >>> if you are interested in readdir(3), seekdir(3) and telldir(3) > >>> then > >>

Re: seekdir/readdir patch .. Call for Review.

2015-05-05 Thread Rick Macklem
Julian Elischer wrote: > On 5/5/15 8:42 AM, Rick Macklem wrote: > > Julian Elischer wrote: > >> On 5/3/15 10:33 PM, Jilles Tjoelker wrote: > >>> On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov > >>> wrote: > On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > >

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/5/15 8:42 AM, Rick Macklem wrote: Julian Elischer wrote: On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and te

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/5/15 12:04 AM, Konstantin Belousov wrote: On Mon, May 04, 2015 at 10:52:42PM +0800, Julian Elischer wrote: On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if y

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Konstantin Belousov
On Mon, May 04, 2015 at 10:52:42PM +0800, Julian Elischer wrote: > On 5/3/15 10:33 PM, Jilles Tjoelker wrote: > > On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: > >> On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > >>> if you are interested in readdir(3), see

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org

Re: seekdir/readdir patch .. Call for Review.

2015-05-04 Thread Julian Elischer
On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org

Re: seekdir/readdir patch .. Call for Review.

2015-05-03 Thread Julian Elischer
On 5/3/15 10:33 PM, Jilles Tjoelker wrote: On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org

Re: seekdir/readdir patch .. Call for Review.

2015-05-03 Thread Andrey Chernov
On 03.05.2015 16:01, Julian Elischer wrote: >> Before making single-purpose changes to the libc readdir and seekdir >> code, or to the kernel code, it would be useful to state exact behaviour >> of the dirent machinery we want to see. No, 'make samba works in my >> situation' does not sound good en

Re: seekdir/readdir patch .. Call for Review.

2015-05-03 Thread Jilles Tjoelker
On Fri, May 01, 2015 at 07:17:42PM +0300, Konstantin Belousov wrote: > On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > > if you are interested in readdir(3), seekdir(3) and telldir(3) then > > you should look at > >https://reviews.freebsd.org/D2410 > > this patches around a

Re: seekdir/readdir patch .. Call for Review.

2015-05-03 Thread Julian Elischer
On 5/2/15 12:17 AM, Konstantin Belousov wrote: On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: if you are interested in readdir(3), seekdir(3) and telldir(3) then you should look at https://reviews.freebsd.org/D2410 this patches around a problem in seekdir() that breaks Sam

Re: seekdir/readdir patch .. Call for Review.

2015-05-01 Thread Konstantin Belousov
On Fri, May 01, 2015 at 03:04:51PM +0800, Julian Elischer wrote: > if you are interested in readdir(3), seekdir(3) and telldir(3) then > you should look at >https://reviews.freebsd.org/D2410 > > this patches around a problem in seekdir() that breaks Samba. > Seekdir(3) will not work as expect