Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Add an XXX about the missing flags so it's not b...



details:   https://anonhg.NetBSD.org/src/rev/44025940d9cd
branches:  trunk
changeset: 824432:44025940d9cd
user:      maya <maya%NetBSD.org@localhost>
date:      Mon Jun 05 07:47:32 2017 +0000

description:
Add an XXX about the missing flags so it's not buried in a commit
message.

now the XXX count for LFS is 260

diffstat:

 sys/ufs/lfs/lfs_inode.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 252161e1f5d5 -r 44025940d9cd sys/ufs/lfs/lfs_inode.h
--- a/sys/ufs/lfs/lfs_inode.h   Mon Jun 05 07:35:23 2017 +0000
+++ b/sys/ufs/lfs/lfs_inode.h   Mon Jun 05 07:47:32 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs_inode.h,v 1.20 2017/06/05 01:01:42 maya Exp $      */
+/*     $NetBSD: lfs_inode.h,v 1.21 2017/06/05 07:47:32 maya Exp $      */
 /*  from NetBSD: ulfs_inode.h,v 1.5 2013/06/06 00:51:50 dholland Exp  */
 /*  from NetBSD: inode.h,v 1.72 2016/06/03 15:36:03 christos Exp  */
 
@@ -170,6 +170,7 @@
 #define        IN_PAGING       0x1000          /* LFS: file is on paging queue */
 #define IN_CDIROP       0x4000          /* LFS: dirop completed pending i/o */
 
+/* XXX this is missing some of the flags */
 #define IN_ALLMOD (IN_MODIFIED|IN_ACCESS|IN_CHANGE|IN_UPDATE|IN_MODIFY|IN_ACCESSED|IN_CLEANING)
 
 /*



Home | Main Index | Thread Index | Old Index