K 10 svn:author V 3 avg K 8 svn:date V 27 2017-04-14T18:23:18.089005Z K 7 svn:log V 695 7816 remove static unused variable in zfs_vfsops.c illumos/illumos-gate@2e972bf18f2d3dc8a060f336db39dc8432ee887c https://github.com/illumos/illumos-gate/commit/2e972bf18f2d3dc8a060f336db39dc8432ee887c https://www.illumos.org/issues/7816 found by gcc6 build unused static variable: -static const fs_operation_def_t zfs_vfsops_eio_template[] = { - VFSNAME_FREEVFS, { .vfs_freevfs = zfs_freevfs }, - NULL, NULL -}; Reviewed by: Matt Ahrens Reviewed by: Andy Stormont astormont@racktopsystems.com Reviewed by: Pavel Zakharov Approved by: Dan McDonald Author: Igor Kozhukhov END