Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/miscfs/nullfs Pull up revision 1.30 (requested by y...



details:   https://anonhg.NetBSD.org/src/rev/a15f762304c0
branches:  netbsd-2-0
changeset: 561481:a15f762304c0
user:      tron <tron%NetBSD.org@localhost>
date:      Mon Jun 21 10:06:28 2004 +0000

description:
Pull up revision 1.30 (requested by yamt in ticket #512):
do a LAYERFS_REMOVED hack for vop_rename as well.

diffstat:

 sys/miscfs/nullfs/null_vnops.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a1b164a432a0 -r a15f762304c0 sys/miscfs/nullfs/null_vnops.c
--- a/sys/miscfs/nullfs/null_vnops.c    Mon Jun 21 10:06:07 2004 +0000
+++ b/sys/miscfs/nullfs/null_vnops.c    Mon Jun 21 10:06:28 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: null_vnops.c,v 1.28.2.1 2004/05/30 15:09:35 tron Exp $ */
+/*     $NetBSD: null_vnops.c,v 1.28.2.2 2004/06/21 10:06:28 tron Exp $ */
 
 /*
  * Copyright (c) 1999 National Aeronautics & Space Administration
@@ -203,7 +203,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: null_vnops.c,v 1.28.2.1 2004/05/30 15:09:35 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: null_vnops.c,v 1.28.2.2 2004/06/21 10:06:28 tron Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -237,6 +237,7 @@
        { &vop_reclaim_desc,  layer_reclaim },
        { &vop_print_desc,    layer_print },
        { &vop_remove_desc,   layer_remove },
+       { &vop_rename_desc,   layer_rename },
 
        { &vop_open_desc,     layer_open },     /* mount option handling */
 



Home | Main Index | Thread Index | Old Index