]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset names
authoravg <avg@FreeBSD.org>
Thu, 27 Feb 2020 14:21:01 +0000 (14:21 +0000)
committeravg <avg@FreeBSD.org>
Thu, 27 Feb 2020 14:21:01 +0000 (14:21 +0000)
commit8e6710bf1d7533cde0a53d3cd7cca0e44995b9b7
tree46bd06eee820c71ce45ae565bb0b6e96662ef6a9
parent6e9c86fd98b9de6ae39fb99e7d543faeaae8cd70
use ZFS_MAX_DATASET_NAME_LEN instead of MAXPATHLEN for dataset names

The change affects only FreeBSD specific code as the common code already
mostly uses the more idiomatic and correct ZFS_MAX_DATASET_NAME_LEN.

MFC after: 1 week
sys/cddl/contrib/opensolaris/uts/common/fs/zfs/dsl_dataset.c