Module Name:    src
Committed By:   riastradh
Date:           Mon Jun  4 22:01:08 UTC 2012

Modified Files:
        src/sys/ufs/ufs: inode.h

Log Message:
Use two separate comments for stub where IN_RENAME was.


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/sys/ufs/ufs/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/ufs/inode.h
diff -u src/sys/ufs/ufs/inode.h:1.61 src/sys/ufs/ufs/inode.h:1.62
--- src/sys/ufs/ufs/inode.h:1.61	Mon Jun  4 20:13:47 2012
+++ src/sys/ufs/ufs/inode.h	Mon Jun  4 22:01:07 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: inode.h,v 1.61 2012/06/04 20:13:47 riastradh Exp $	*/
+/*	$NetBSD: inode.h,v 1.62 2012/06/04 22:01:07 riastradh Exp $	*/
 
 /*
  * Copyright (c) 1982, 1989, 1993
@@ -238,7 +238,7 @@ struct inode {
 #define	IN_MODIFY	0x2000		/* Modification time update request. */
 #define	IN_MODIFIED	0x0008		/* Inode has been modified. */
 #define	IN_ACCESSED	0x0010		/* Inode has been accessed. */
-/* #define	IN_UNUSED	0x0020		/* unused, was IN_RENAME */
+/* #define	IN_UNUSED	0x0020 */	/* unused, was IN_RENAME */
 #define	IN_SHLOCK	0x0040		/* File has shared lock. */
 #define	IN_EXLOCK	0x0080		/* File has exclusive lock. */
 #define	IN_CLEANING	0x0100		/* LFS: file is being cleaned */

Reply via email to