Source-Changes-HG archive

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

[src/trunk]: src/sys/rump/librump/rumpvfs VOP_INACTIVE() is a rump operation, ...



details:   https://anonhg.NetBSD.org/src/rev/17eef8f5d770
branches:  trunk
changeset: 339040:17eef8f5d770
user:      hannken <hannken%NetBSD.org@localhost>
date:      Tue Jun 23 10:41:32 2015 +0000

description:
VOP_INACTIVE() is a rump operation, not a specfs operation.

diffstat:

 sys/rump/librump/rumpvfs/rumpfs.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r eca47fc49df2 -r 17eef8f5d770 sys/rump/librump/rumpvfs/rumpfs.c
--- a/sys/rump/librump/rumpvfs/rumpfs.c Tue Jun 23 10:41:06 2015 +0000
+++ b/sys/rump/librump/rumpvfs/rumpfs.c Tue Jun 23 10:41:32 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: rumpfs.c,v 1.134 2015/01/07 04:05:26 riastradh Exp $   */
+/*     $NetBSD: rumpfs.c,v 1.135 2015/06/23 10:41:32 hannken Exp $     */
 
 /*
  * Copyright (c) 2009, 2010, 2011 Antti Kantee.  All Rights Reserved.
@@ -26,7 +26,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.134 2015/01/07 04:05:26 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: rumpfs.c,v 1.135 2015/06/23 10:41:32 hannken Exp $");
 
 #include <sys/param.h>
 #include <sys/atomic.h>
@@ -1647,6 +1647,7 @@
        case VOP_LOCK_DESCOFFSET:
        case VOP_UNLOCK_DESCOFFSET:
        case VOP_ISLOCKED_DESCOFFSET:
+       case VOP_INACTIVE_DESCOFFSET:
        case VOP_RECLAIM_DESCOFFSET:
                opvec = rump_vnodeop_p;
                break;



Home | Main Index | Thread Index | Old Index