diff options
author | Alex Reece <alex@delphix.com> | 2014-07-16 12:09:51 -0800 |
---|---|---|
committer | Christopher Siden <chris@delphix.com> | 2014-07-16 13:09:51 -0700 |
commit | 2a104a5236475eb73aa41eaaf3ed9f3ccbe0ca55 (patch) | |
tree | 077b2ce0ae3e4da2c3dde0f5760089db1994d897 /usr/src/uts/common/fs/zfs/spa_misc.c | |
parent | b4ecf764d8099c92d5c9c0f13a45514377f3d292 (diff) | |
download | illumos-gate-2a104a5236475eb73aa41eaaf3ed9f3ccbe0ca55.tar.gz |
4958 zdb trips assert on pools with ashift >= 0xe
Reviewed by: Matthew Ahrens <mahrens@delphix.com>
Reviewed by: Max Grossman <max.grossman@delphix.com>
Reviewed by: George Wilson <george.wilson@delphix.com>
Reviewed by: Christopher Siden <christopher.siden@delphix.com>
Approved by: Garrett D'Amore <garrett@damore.org>
Diffstat (limited to 'usr/src/uts/common/fs/zfs/spa_misc.c')
-rw-r--r-- | usr/src/uts/common/fs/zfs/spa_misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/fs/zfs/spa_misc.c b/usr/src/uts/common/fs/zfs/spa_misc.c index 14bd2a0176..ff8739e8dd 100644 --- a/usr/src/uts/common/fs/zfs/spa_misc.c +++ b/usr/src/uts/common/fs/zfs/spa_misc.c @@ -20,7 +20,7 @@ */ /* * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. - * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright (c) 2011, 2014 by Delphix. All rights reserved. * Copyright 2011 Nexenta Systems, Inc. All rights reserved. */ |