From 441d80aa4f613b6298fc8bd3151f4be02dbf84fc Mon Sep 17 00:00:00 2001 From: lling Date: Fri, 24 Feb 2006 13:20:01 -0800 Subject: 6322005 support for persistent offline --- usr/src/uts/common/fs/zfs/sys/vdev.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr/src/uts/common/fs/zfs/sys/vdev.h') diff --git a/usr/src/uts/common/fs/zfs/sys/vdev.h b/usr/src/uts/common/fs/zfs/sys/vdev.h index 4113ff2ca6..86d2f1b1ab 100644 --- a/usr/src/uts/common/fs/zfs/sys/vdev.h +++ b/usr/src/uts/common/fs/zfs/sys/vdev.h @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -20,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -94,7 +93,7 @@ extern void vdev_io_start(zio_t *zio); extern void vdev_io_done(zio_t *zio); extern int vdev_online(spa_t *spa, const char *path); -extern int vdev_offline(spa_t *spa, const char *path); +extern int vdev_offline(spa_t *spa, const char *path, int istmp); extern int vdev_error_setup(spa_t *spa, const char *path, int mode, int mask, uint64_t arg); -- cgit v1.2.3