]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit - sys/boot/sparc64/loader/metadata.c
MFC r316924: 8061 sa_find_idx_tab can be declared more type-safely
authorAndriy Gapon <avg@FreeBSD.org>
Fri, 26 May 2017 10:27:35 +0000 (10:27 +0000)
committerAndriy Gapon <avg@FreeBSD.org>
Fri, 26 May 2017 10:27:35 +0000 (10:27 +0000)
commit7a94dd7aeef7a8e9b6acf3c1222b0208ecd020e6
treed0ad84e1bb867b65e8a534b8d03242579b57cb88
parent182565966f87e861c24fba77da6ba379f3c93d14
parentd72c1a5bb1358f39606d9d9c068a2c0d6ccda0d5
MFC r316924: 8061 sa_find_idx_tab can be declared more type-safely

illumos/illumos-gate@7f0bdb4257bb4f1f76390b72665961e411da24c6
https://github.com/illumos/illumos-gate/commit/7f0bdb4257bb4f1f76390b72665961e411da24c6

https://www.illumos.org/issues/8061
  sa_find_idx_tab() is declared as taking and returning "void *" parameters.
  These can be declared to be the specific types.

Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Chris Williamson <chris.williamson@delphix.com>
Approved by: Dan McDonald <danmcd@omniti.com>
Author: Matthew Ahrens <mahrens@delphix.com>

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