Print this page
11083 support NFS server in zone
Portions contributed by: Dan Kruchinin <dan.kruchinin@nexenta.com>
Portions contributed by: Stepan Zastupov <stepan.zastupov@gmail.com>
Portions contributed by: Joyce McIntosh <joyce.mcintosh@nexenta.com>
Portions contributed by: Mike Zeller <mike@mikezeller.net>
Portions contributed by: Dan McDonald <danmcd@joyent.com>
Portions contributed by: Gordon Ross <gordon.w.ross@gmail.com>
Portions contributed by: Vitaliy Gusev <gusev.vitaliy@gmail.com>
Reviewed by: Rick McNeal <rick.mcneal@nexenta.com>
Reviewed by: Rob Gittins <rob.gittins@nexenta.com>
Reviewed by: Sanjay Nadkarni <sanjay.nadkarni@nexenta.com>
Reviewed by: Jason King <jbk@joyent.com>
Reviewed by: C Fraire <cfraire@me.com>
Change-Id: I22f289d357503f9b48a0bc2482cc4328a6d43d16
*** 17,36 ****
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
#ifndef _NFS_LOG_H
#define _NFS_LOG_H
- #pragma ident "%Z%%M% %I% %E% SMI"
-
#ifdef __cplusplus
extern "C" {
#endif
#include <nfs/nfs.h>
--- 17,39 ----
* fields enclosed by brackets "[]" replaced with your own identifying
* information: Portions Copyright [yyyy] [name of copyright owner]
*
* CDDL HEADER END
*/
+
/*
* Copyright 2004 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
+ /*
+ * Copyright 2018 Nexenta Systems, Inc.
+ */
+
#ifndef _NFS_LOG_H
#define _NFS_LOG_H
#ifdef __cplusplus
extern "C" {
#endif
#include <nfs/nfs.h>
*** 652,662 ****
extern void nfslog_dprint(const int, const char *fmt, ...)
__KPRINTFLIKE(2);
extern void *nfslog_record_alloc(struct exportinfo *, int,
void **, int);
extern void nfslog_record_free(void *, void *, size_t);
! extern struct exportinfo *nfslog_get_exi(struct exportinfo *,
struct svc_req *, caddr_t, unsigned int *);
extern void nfslog_write_record(struct exportinfo *, struct svc_req *,
caddr_t, caddr_t, cred_t *, struct netbuf *, unsigned int,
unsigned int);
--- 655,665 ----
extern void nfslog_dprint(const int, const char *fmt, ...)
__KPRINTFLIKE(2);
extern void *nfslog_record_alloc(struct exportinfo *, int,
void **, int);
extern void nfslog_record_free(void *, void *, size_t);
! extern struct exportinfo *nfslog_get_exi(nfs_export_t *, struct exportinfo *,
struct svc_req *, caddr_t, unsigned int *);
extern void nfslog_write_record(struct exportinfo *, struct svc_req *,
caddr_t, caddr_t, cred_t *, struct netbuf *, unsigned int,
unsigned int);