From 6a8ebdc398b9746560fa1c6d6d3d03be4cfd32f9 Mon Sep 17 00:00:00 2001 From: thurlow Date: Thu, 16 Mar 2006 20:37:07 -0800 Subject: 6399242 WebNFS traffic fails on Sparc, panics on x86 --- usr/src/uts/common/nfs/rnode.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'usr/src/uts/common/nfs/rnode.h') diff --git a/usr/src/uts/common/nfs/rnode.h b/usr/src/uts/common/nfs/rnode.h index 11520dd356..e4eb0cee5c 100644 --- a/usr/src/uts/common/nfs/rnode.h +++ b/usr/src/uts/common/nfs/rnode.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. */ @@ -63,7 +62,7 @@ typedef struct acache { struct acache_hash *hashq; } acache_t; -#define NFS_FHANDLE_LEN 64 +#define NFS_FHANDLE_LEN 72 typedef struct nfs_fhandle { int fh_len; -- cgit v1.2.3