Source-Changes-HG archive

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

[src/trunk]: src/sys/sys As VV_LOCKSWORK is gone remove LOCKSWORK from VNODE_...



details:   https://anonhg.NetBSD.org/src/rev/42e8b054a849
branches:  trunk
changeset: 364440:42e8b054a849
user:      hannken <hannken%NetBSD.org@localhost>
date:      Fri Mar 25 08:56:36 2022 +0000

description:
As VV_LOCKSWORK is gone remove LOCKSWORK from VNODE_FLAGBITS string.
Also convert illegal octal number 18 to 20.

diffstat:

 sys/sys/vnode.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 34273bbfc989 -r 42e8b054a849 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Thu Mar 24 16:33:58 2022 +0000
+++ b/sys/sys/vnode.h   Fri Mar 25 08:56:36 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.300 2022/03/19 13:53:32 hannken Exp $      */
+/*     $NetBSD: vnode.h,v 1.301 2022/03/25 08:56:36 hannken Exp $      */
 
 /*-
  * Copyright (c) 2008, 2020 The NetBSD Foundation, Inc.
@@ -221,8 +221,8 @@
 #define        VU_DIROP        0x01000000      /* LFS: involved in a directory op */
 
 #define        VNODE_FLAGBITS \
-    "\20\1ROOT\2SYSTEM\3ISTTY\4MAPPED\5MPSAFE\6LOCKSWORK\11TEXT\12EXECMAP" \
-    "\13WRMAP\14PAGES\17ONWORKLST\18DEADCHECK\31DIROP"
+    "\20\1ROOT\2SYSTEM\3ISTTY\4MAPPED\5MPSAFE\11TEXT\12EXECMAP" \
+    "\13WRMAP\14PAGES\17ONWORKLST\20DEADCHECK\31DIROP"
 
 #define        VSIZENOTSET     ((voff_t)-1)
 



Home | Main Index | Thread Index | Old Index