From 0f2dc02ed2763dadc70bec1db8dd407e16db8e49 Mon Sep 17 00:00:00 2001 From: ek110237 Date: Tue, 28 Feb 2006 16:59:01 -0800 Subject: 6391609 zfs_fid() missing ZFS_EXIT() --- usr/src/uts/common/fs/zfs/zfs_ctldir.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'usr/src/uts/common/fs/zfs/zfs_ctldir.c') diff --git a/usr/src/uts/common/fs/zfs/zfs_ctldir.c b/usr/src/uts/common/fs/zfs/zfs_ctldir.c index 3aba6d38fb..627db81052 100644 --- a/usr/src/uts/common/fs/zfs/zfs_ctldir.c +++ b/usr/src/uts/common/fs/zfs/zfs_ctldir.c @@ -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. @@ -301,6 +300,7 @@ zfsctl_common_fid(vnode_t *vp, fid_t *fidp) if (fidp->fid_len < SHORT_FID_LEN) { fidp->fid_len = SHORT_FID_LEN; + ZFS_EXIT(zfsvfs); return (ENOSPC); } -- cgit v1.2.3