diff options
author | lling <none@none> | 2006-02-24 13:20:01 -0800 |
---|---|---|
committer | lling <none@none> | 2006-02-24 13:20:01 -0800 |
commit | 441d80aa4f613b6298fc8bd3151f4be02dbf84fc (patch) | |
tree | 06bdb22d10ffebb5cc8385a789012cc7188e8f4b /usr/src/uts/common/fs/zfs/sys/vdev.h | |
parent | 033f983390fa5d2b54e3e09d83ac9000d71ddaae (diff) | |
download | illumos-gate-441d80aa4f613b6298fc8bd3151f4be02dbf84fc.tar.gz |
6322005 support for persistent offline
Diffstat (limited to 'usr/src/uts/common/fs/zfs/sys/vdev.h')
-rw-r--r-- | usr/src/uts/common/fs/zfs/sys/vdev.h | 9 |
1 files changed, 4 insertions, 5 deletions
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); |