jdk/src/solaris/classes/sun/nio/fs/SolarisFileStore.java
changeset 3065 452aaa2899fc
parent 2057 3acf8e5e2ca0
child 3721 1adb60cc9f39
equal deleted inserted replaced
3063:a3fd491f7754 3065:452aaa2899fc
    81             if (status == FeatureStatus.NOT_PRESENT)
    81             if (status == FeatureStatus.NOT_PRESENT)
    82                 return false;
    82                 return false;
    83             // AclFileAttributeView available on ZFS
    83             // AclFileAttributeView available on ZFS
    84             return (type().equals("zfs"));
    84             return (type().equals("zfs"));
    85         }
    85         }
    86         if (name.equals("xattr")) {
    86         if (name.equals("user")) {
    87             // lookup fstypes.properties
    87             // lookup fstypes.properties
    88             FeatureStatus status = checkIfFeaturePresent("xattr");
    88             FeatureStatus status = checkIfFeaturePresent("xattr");
    89             if (status == FeatureStatus.PRESENT)
    89             if (status == FeatureStatus.PRESENT)
    90                 return true;
    90                 return true;
    91             if (status == FeatureStatus.NOT_PRESENT)
    91             if (status == FeatureStatus.NOT_PRESENT)