On 02/11/2018 16:42, Brooks Davis wrote:
> Author: brooks
> Date: Fri Nov  2 14:42:36 2018
> New Revision: 340055
> URL: https://svnweb.freebsd.org/changeset/base/340055
> 
> Log:
>   Make vop_symlink take a const target path.
>   
>   This will enable callers to take const paths as part of syscall
>   decleration improvements.
>   
>   Where doing so is easy and non-distruptive carry the const through
>   implementations. In UFS the value is passed to an interface that must
>   take non-const values. In ZFS, const poisoning would touch code shared
>   with upstream and it's not worth adding diffs.

zfs_vnops.c is already sufficiently different from upstream (because of quite
different VFS models), so a small difference in zfs_symlink's signature would
not be too bad.

>   Bump __FreeBSD_version for external API consumers.
>   
>   Reviewed by:        kib (prior version)
>   Obtained from:      CheriBSD
>   Sponsored by:       DARPA, AFRL
>   Differential Revision:      https://reviews.freebsd.org/D17805
> 
> Modified:
>   head/share/man/man9/VOP_CREATE.9
>   head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_vnops.c


-- 
Andriy Gapon
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to