From: Christopher J. Morrone Date: Mon, 11 Jul 2016 23:10:29 +0000 (-0700) Subject: LU-8386 zfs: Use ZFS_MAXPROPLEN instead of ZFS_MAXNAMELEN X-Git-Tag: 2.8.56~42 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=7b57a7c836ab209f6f1efb93b0e9ffdc59a25534;hp=7b57a7c836ab209f6f1efb93b0e9ffdc59a25534 LU-8386 zfs: Use ZFS_MAXPROPLEN instead of ZFS_MAXNAMELEN ZFS_MAXNAMELEN was removed on zfs's master branch. We substitue ZFS_MAXPROPLEN in its place. We only used this macro in the get and set zfs property functions, so this should be a reasonable exchange. ZFS_MAXPROPLEN has also been around for a long time, so there is no need to extra logic to make lustre lustre backwards compatible with older ZFS releases. Change-Id: I7292194f1a4e0311477954f7f83a3c353e785ac8 Test-Parameters: trivial Signed-off-by: Christopher J. Morrone Reviewed-on: http://review.whamcloud.com/21251 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Nathaniel Clark ---