summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Kozhukhov <igork@argotech.io>2017-02-27 14:42:22 -0800
committerMatthew Ahrens <mahrens@delphix.com>2017-02-28 20:58:02 -0800
commit2e972bf18f2d3dc8a060f336db39dc8432ee887c (patch)
treed5604f68db0ce02173b369eca0f4c654a3658605
parented61ec1da9132e570b0853386d0f78a32f852cd2 (diff)
downloadillumos-joyent-2e972bf18f2d3dc8a060f336db39dc8432ee887c.tar.gz
7816 remove static unused variable in zfs_vfsops.c
Reviewed by: Matt Ahrens <mahrens@delphix.com> Reviewed by: Andy Stormont astormont@racktopsystems.com Reviewed by: Pavel Zakharov <pavel.zakharov@delphix.com> Approved by: Dan McDonald <danmcd@omniti.com>
-rw-r--r--usr/src/uts/common/fs/zfs/zfs_vfsops.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/usr/src/uts/common/fs/zfs/zfs_vfsops.c b/usr/src/uts/common/fs/zfs/zfs_vfsops.c
index 76cad03a1a..38f3de67ac 100644
--- a/usr/src/uts/common/fs/zfs/zfs_vfsops.c
+++ b/usr/src/uts/common/fs/zfs/zfs_vfsops.c
@@ -96,11 +96,6 @@ static const fs_operation_def_t zfs_vfsops_template[] = {
NULL, NULL
};
-static const fs_operation_def_t zfs_vfsops_eio_template[] = {
- VFSNAME_FREEVFS, { .vfs_freevfs = zfs_freevfs },
- NULL, NULL
-};
-
/*
* We need to keep a count of active fs's.
* This is necessary to prevent our module