Merge branch 'linux-have-fm' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
a363cdfb2d
|
@ -92,7 +92,7 @@ void
|
|||
zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio,
|
||||
uint64_t stateoroffset, uint64_t size)
|
||||
{
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && defined(HAVE_FM)
|
||||
nvlist_t *ereport, *detector;
|
||||
uint64_t ena;
|
||||
char class[64];
|
||||
|
@ -315,7 +315,7 @@ zfs_ereport_post(const char *subclass, spa_t *spa, vdev_t *vd, zio_t *zio,
|
|||
static void
|
||||
zfs_post_common(spa_t *spa, vdev_t *vd, const char *name)
|
||||
{
|
||||
#ifdef _KERNEL
|
||||
#if defined(_KERNEL) && defined(HAVE_FM)
|
||||
nvlist_t *resource;
|
||||
char class[64];
|
||||
|
||||
|
|
Loading…
Reference in New Issue