|
Description
|
See Comments.
This CR is related to a problem where UFS will return EINVAL
if AT_XVATTR if set on the VOP_SETATTR call. So, this CR will
now include fixing of this problem as well.
There are three attribute-related bugs reported in this CR (and fixed via this CR).
1) The CIFS server should not request ctime changes, as ZFS will not honor them.
2) The CIFS server should not set AT_XVATTR if none of the xvattrs will be getting modified.
3) For UFS, VFSFT_XVATTR is set but actually only system attributes are supported. This causes some problems.
|