Print this page
7127 remove -Wno-missing-braces from Makefile.uts
*** 1256,1267 ****
/*
* These VP's should never see the light of day. They should always
* be covered.
*/
static const fs_operation_def_t zfsctl_tops_snapshot[] = {
! VOPNAME_INACTIVE, { .vop_inactive = zfsctl_snapshot_inactive },
! NULL, NULL
};
int
zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp)
{
--- 1256,1267 ----
/*
* These VP's should never see the light of day. They should always
* be covered.
*/
static const fs_operation_def_t zfsctl_tops_snapshot[] = {
! { VOPNAME_INACTIVE, { .vop_inactive = zfsctl_snapshot_inactive } },
! { NULL, { NULL } }
};
int
zfsctl_lookup_objset(vfs_t *vfsp, uint64_t objsetid, zfsvfs_t **zfsvfsp)
{