Bug #7816
remove static unused variable in zfs_vfsops.c
Start date:
2017-01-27
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
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 -};
Updated by Electric Monk about 4 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
git commit 2e972bf18f2d3dc8a060f336db39dc8432ee887c
commit 2e972bf18f2d3dc8a060f336db39dc8432ee887c Author: Igor Kozhukhov <igork@argotech.io> Date: 2017-03-01T04:58:02.000Z 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>