Module Name:    src
Committed By:   dholland
Date:           Thu Nov 26 19:25:54 UTC 2015

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

Log Message:
Update now-lying comment.


To generate a diff of this commit:
cvs rdiff -u -r1.196 -r1.197 src/sys/ufs/lfs/lfs.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.h
diff -u src/sys/ufs/lfs/lfs.h:1.196 src/sys/ufs/lfs/lfs.h:1.197
--- src/sys/ufs/lfs/lfs.h:1.196	Thu Oct 15 06:24:08 2015
+++ src/sys/ufs/lfs/lfs.h	Thu Nov 26 19:25:54 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: lfs.h,v 1.196 2015/10/15 06:24:08 dholland Exp $	*/
+/*	$NetBSD: lfs.h,v 1.197 2015/11/26 19:25:54 dholland Exp $	*/
 
 /*  from NetBSD: dinode.h,v 1.22 2013/01/22 09:39:18 dholland Exp  */
 /*  from NetBSD: dir.h,v 1.21 2009/07/22 04:49:19 dholland Exp  */
@@ -766,7 +766,7 @@ union segsum {
  * 64-bit inode structure we got from ffsv2.
  *
  * In lfs64:
- *   - inode numbers are still 32 bit
+ *   - inode numbers are 64 bit now
  *   - segments may not be larger than 4G (counted in bytes)
  *   - there may not be more than 2^32 (or perhaps 2^31) segments
  *   - the total volume size is limited to 2^63 frags and/or 2^63

Reply via email to