Source-Changes-HG archive

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

[src/trunk]: src/sys/ufs/lfs Update comment (overlooked in r1.179).



details:   https://anonhg.NetBSD.org/src/rev/2781d046ec38
branches:  trunk
changeset: 447412:2781d046ec38
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Jan 10 06:31:04 2019 +0000

description:
Update comment (overlooked in r1.179).
>From Jos? Luis Rodr?guez Garc?a in PR kern/53849.

diffstat:

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

diffs (18 lines):

diff -r 5ec854ce0f36 -r 2781d046ec38 sys/ufs/lfs/lfs.h
--- a/sys/ufs/lfs/lfs.h Thu Jan 10 05:41:10 2019 +0000
+++ b/sys/ufs/lfs/lfs.h Thu Jan 10 06:31:04 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: lfs.h,v 1.203 2017/07/26 16:42:37 maya Exp $   */
+/*     $NetBSD: lfs.h,v 1.204 2019/01/10 06:31:04 martin Exp $ */
 
 /*  from NetBSD: dinode.h,v 1.25 2016/01/22 23:06:10 dholland Exp  */
 /*  from NetBSD: dir.h,v 1.25 2015/09/01 06:16:03 dholland Exp  */
@@ -467,7 +467,7 @@
        int64_t         di_ib[ULFS_NIADDR]; /* 208: Indirect disk blocks. */
        uint64_t        di_modrev;      /* 232: i_modrev for NFSv4 */
        uint64_t        di_inumber;     /* 240: Inode number */
-       uint64_t        di_spare[1];    /* 244: Reserved; currently unused */
+       uint64_t        di_spare[1];    /* 248: Reserved; currently unused */
 };
 
 union lfs_dinode {



Home | Main Index | Thread Index | Old Index