Re: [Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-21 Thread David Spisla
Hello Amar, it should be done. Thank you for the explanation Regards David Von: Amar Tumballi Suryanarayan Gesendet: Mittwoch, 20. Februar 2019 14:55 An: David Spisla Cc: Gluster Devel Betreff: Re: [Gluster-devel] md-cache: May bug found in md-cache.c Hi David, https://docs.gluster.org/en

Re: [Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-21 Thread David Spisla
Hello Amar, no problem. How can I do that? Can you please tell me the procedure? Regards David Von: Amar Tumballi Suryanarayan Gesendet: Mittwoch, 20. Februar 2019 14:18 An: David Spisla Cc: Gluster Devel Betreff: Re: [Gluster-devel] md-cache: May bug found in md-cache.c Hi David, Thanks

Re: [Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-20 Thread Amar Tumballi Suryanarayan
; *Cc:* Gluster Devel > *Betreff:* Re: [Gluster-devel] md-cache: May bug found in md-cache.c > > > > Hi David, > > > > Thanks for the patch, it got merged in master now. Can you please post it > into release branches, so we can take them in release-6, release-5 branch

Re: [Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-20 Thread Amar Tumballi Suryanarayan
Hi David, Thanks for the patch, it got merged in master now. Can you please post it into release branches, so we can take them in release-6, release-5 branch, so next releases can have them. Regards, Amar On Tue, Feb 19, 2019 at 8:49 PM David Spisla wrote: > Hello, > > I already open a bug: >

Re: [Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-19 Thread David Spisla
Hello, I already open a bug: https://bugzilla.redhat.com/show_bug.cgi?id=1678726 There is also a link to a bug fix patch Regards David Spisla Am Di., 19. Feb. 2019 um 13:07 Uhr schrieb David Spisla : > Hi folks, > > The 'struct md_cache' in md-cache.c uses int data types which are not in >

[Gluster-devel] md-cache: May bug found in md-cache.c

2019-02-19 Thread David Spisla
Hi folks, The 'struct md_cache' in md-cache.c uses int data types which are not in common with the data types used in the 'struct iatt' in iatt.h . If one take a closer look to the implementations one can see that the struct in md-cache.c uses still the int data types like in the struct