diff options
author | thurlow <none@none> | 2006-03-16 20:37:07 -0800 |
---|---|---|
committer | thurlow <none@none> | 2006-03-16 20:37:07 -0800 |
commit | 6a8ebdc398b9746560fa1c6d6d3d03be4cfd32f9 (patch) | |
tree | e309093757211b136cfd1c44337f83e8914b1a5b /usr/src/uts/common/nfs/rnode.h | |
parent | 0373e76b3c3643df49ef3483e0f293fdea61d8c6 (diff) | |
download | illumos-joyent-6a8ebdc398b9746560fa1c6d6d3d03be4cfd32f9.tar.gz |
6399242 WebNFS traffic fails on Sparc, panics on x86
Diffstat (limited to 'usr/src/uts/common/nfs/rnode.h')
-rw-r--r-- | usr/src/uts/common/nfs/rnode.h | 9 |
1 files changed, 4 insertions, 5 deletions
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; |