Module Name: src
Committed By: reinoud
Date: Thu Jun 24 10:20:08 UTC 2010
Modified Files:
src/sys/fs/nilfs: nilfs_fs.h
Log Message:
Update NiLFS(2) on-disc structures from Linux version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/fs/nilfs/nilfs_fs.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/fs/nilfs/nilfs_fs.h
diff -u src/sys/fs/nilfs/nilfs_fs.h:1.1 src/sys/fs/nilfs/nilfs_fs.h:1.2
--- src/sys/fs/nilfs/nilfs_fs.h:1.1 Sat Jul 18 16:31:42 2009
+++ src/sys/fs/nilfs/nilfs_fs.h Thu Jun 24 10:20:08 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: nilfs_fs.h,v 1.1 2009/07/18 16:31:42 reinoud Exp $ */
+/* $NetBSD: nilfs_fs.h,v 1.2 2010/06/24 10:20:08 reinoud Exp $ */
/*
* Copyright (c) 2008, 2009 Reinoud Zandijk
@@ -276,8 +276,7 @@
uint16_t s_segment_usage_size; /* size of a segment usage */
uint8_t s_uuid[16]; /* 128-bit uuid for volume */
- char s_volume_name[16]; /* volume name */
- char s_last_mounted[64]; /* directory where last mounted */
+ char s_volume_name[80]; /* volume name */
uint32_t s_c_interval; /* commit interval of segment */
uint32_t s_c_block_max; /* threshold of data amount for
@@ -423,6 +422,7 @@
uint32_t ss_nfinfo; /* number of finfo structures follow */
uint32_t ss_sumbytes; /* total size of segment summary */
uint32_t ss_pad;
+ uint64_t ss_cno; /* latest checkpoint number known */
/* stream of finfo structures */
};