From 428870ff734fdaccc342b33fc53cf94724409a46 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Fri, 28 May 2010 13:45:14 -0700 Subject: Update core ZFS code from build 121 to build 141. --- module/zfs/vdev_root.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'module/zfs/vdev_root.c') diff --git a/module/zfs/vdev_root.c b/module/zfs/vdev_root.c index 524c8e606..879f78f3a 100644 --- a/module/zfs/vdev_root.c +++ b/module/zfs/vdev_root.c @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2009 Sun Microsystems, Inc. All rights reserved. + * Copyright 2010 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -109,6 +109,8 @@ vdev_ops_t vdev_root_ops = { NULL, /* io_start - not applicable to the root */ NULL, /* io_done - not applicable to the root */ vdev_root_state_change, + NULL, + NULL, VDEV_TYPE_ROOT, /* name of this vdev type */ B_FALSE /* not a leaf vdev */ }; -- cgit v1.2.3