Module Name:    src
Committed By:   maya
Date:           Mon Jun  5 07:47:32 UTC 2017

Modified Files:
        src/sys/ufs/lfs: lfs_inode.h

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

now the XXX count for LFS is 260


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/ufs/lfs/lfs_inode.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/ufs/lfs/lfs_inode.h
diff -u src/sys/ufs/lfs/lfs_inode.h:1.20 src/sys/ufs/lfs/lfs_inode.h:1.21
--- src/sys/ufs/lfs/lfs_inode.h:1.20	Mon Jun  5 01:01:42 2017
+++ src/sys/ufs/lfs/lfs_inode.h	Mon Jun  5 07:47:32 2017
@@ -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 @@ struct inode {
 #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)
 
 /*

Reply via email to