diff options
Diffstat (limited to 'usr/src/uts/common/fs/nfs/nfs4_common.c')
-rw-r--r-- | usr/src/uts/common/fs/nfs/nfs4_common.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/usr/src/uts/common/fs/nfs/nfs4_common.c b/usr/src/uts/common/fs/nfs/nfs4_common.c index c6d7db3d90..03c9dbcbaa 100644 --- a/usr/src/uts/common/fs/nfs/nfs4_common.c +++ b/usr/src/uts/common/fs/nfs/nfs4_common.c @@ -20,6 +20,8 @@ */ /* * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. + * + * Copyright 2011, 2012 Nexenta Systems, Inc. All rights reserved. */ /* @@ -58,9 +60,9 @@ struct modlfs modlfs4 = { &vfw4 }; -static uint_t nfs4_max_transfer_size = 32 * 1024; -static uint_t nfs4_max_transfer_size_cots = 1024 * 1024; -static uint_t nfs4_max_transfer_size_rdma = 1024 * 1024; +uint_t nfs4_max_transfer_size = 32 * 1024; +uint_t nfs4_max_transfer_size_cots = 1024 * 1024; +uint_t nfs4_max_transfer_size_rdma = 1024 * 1024; int nfs4tsize(void) |