RFR: 8353053: (fs) Add support for UserDefinedFileAttributeView on AIX [v3]
Martin Doerr
mdoerr at openjdk.org
Fri Apr 4 09:02:50 UTC 2025
On Thu, 3 Apr 2025 18:22:40 GMT, Varada M <varadam at openjdk.org> wrote:
>> In AIX, the JFS2 supports extended attributes which has fgetea, fsetea, flistea, femoveea APIs support fetching, setting, listing and removing extended attributes.
>>
>> JBS: [JDK-8353053](https://bugs.openjdk.org/browse/JDK-8353053)
>
> Varada M has updated the pull request incrementally with one additional commit since the last revision:
>
> 8353053: (fs) Add support for UserDefinedFileAttributeView on AIX
src/java.base/aix/classes/sun/nio/fs/AixFileStore.java line 119:
> 117: return super.supportsFileAttributeView(name);
> 118: }
> 119:
The indentation seems to be off by one space.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/24276#discussion_r2028402348
More information about the nio-dev
mailing list