Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/fs/nilfs Update NiLFS(2) on-disc structures from Linux v...
details: https://anonhg.NetBSD.org/src/rev/d504921f9e3e
branches: trunk
changeset: 755828:d504921f9e3e
user: reinoud <reinoud%NetBSD.org@localhost>
date: Thu Jun 24 10:20:08 2010 +0000
description:
Update NiLFS(2) on-disc structures from Linux version
diffstat:
sys/fs/nilfs/nilfs_fs.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r d1f08b7df04f -r d504921f9e3e sys/fs/nilfs/nilfs_fs.h
--- a/sys/fs/nilfs/nilfs_fs.h Thu Jun 24 07:56:22 2010 +0000
+++ b/sys/fs/nilfs/nilfs_fs.h Thu Jun 24 10:20:08 2010 +0000
@@ -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 */
};
Home |
Main Index |
Thread Index |
Old Index