Re: Better NewIO2 file system implementation for AIX platform

2014-12-02 Thread Volker Simonis
Hi Deven, I've just realized that you still use the Linux functions fgetxattr, fsetxattr, ... I don't think this will ever work on AIX. Please use the corresponding functions from (i.e. getea, setea, removeea). Thanks, Volker On Mon, Dec 1, 2014 at 7:38 PM, Volker Simonis wrote: > On Mon, Dec

Re: Better NewIO2 file system implementation for AIX platform

2014-12-01 Thread Volker Simonis
On Mon, Dec 1, 2014 at 9:42 AM, Alan Bateman wrote: > On 01/12/2014 08:06, deven you wrote: >> >> Hi All, >> Hi Deven, thank you for your contribution. Please find my comments inline: >> Our current NIO2 file system support to AIX is very limited, hence I took >> some time to try to complete it

Re: Better NewIO2 file system implementation for AIX platform

2014-12-01 Thread Alan Bateman
On 01/12/2014 08:06, deven you wrote: Hi All, Our current NIO2 file system support to AIX is very limited, hence I took some time to try to complete it. Openjdk bug[1] tracks this bug and here is my patch[2] which enhances the AIX file system especially by adding the support by Implementing AixD