Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/cddl/osnet/sys/sys correct declaration of vn_close()



details:   https://anonhg.NetBSD.org/src/rev/ea1330a73ad2
branches:  trunk
changeset: 771450:ea1330a73ad2
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Nov 21 05:50:11 2011 +0000

description:
correct declaration of vn_close()
XXX: Should all those dup declarations be here?

diffstat:

 external/cddl/osnet/sys/sys/zfs_context.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 2ac1ee382c29 -r ea1330a73ad2 external/cddl/osnet/sys/sys/zfs_context.h
--- a/external/cddl/osnet/sys/sys/zfs_context.h Mon Nov 21 04:36:05 2011 +0000
+++ b/external/cddl/osnet/sys/sys/zfs_context.h Mon Nov 21 05:50:11 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zfs_context.h,v 1.10 2011/07/17 20:54:33 joerg Exp $   */
+/*     $NetBSD: zfs_context.h,v 1.11 2011/11/21 05:50:11 christos Exp $        */
 
 /*
  * CDDL HEADER START
@@ -380,7 +380,7 @@
     int x2, int x3, vnode_t *vp, int unk);
 extern int vn_rdwr(int uio, vnode_t *vp, void *addr, ssize_t len,
     offset_t offset, int x1, int x2, rlim64_t x3, void *x4, ssize_t *residp);
-extern void vn_close(vnode_t *vp);
+extern void vn_close(vnode_t *vp, int flags, kauth_cred_t cred);
 extern int vn_getattr(vnode_t *vp, vattr_t *va);
 
 #define        vn_remove(path, x1, x2)         remove(path)



Home | Main Index | Thread Index | Old Index