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 AixDosFileAttributeView.java and
AixUserDefinedFileAttributeView.java.
Could anyone take a look?
Does SAMBA or other CIFS servers running on AIX store the DOS attributes
as extended attributes? I'm just wondering if the DOS file attribute
view makes sense or not.
I suspect you will need to update a number of tests to (like
FileSystem/Basic.java) and Files/CopyAndMove.java) to ensure that this
new code is exercised by the tests.
A minor comment but we usually use 4-space indentation in the library
native code.
-Alan