summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1997-03-24 00:33:38 +0000
committermpp <mpp@FreeBSD.org>1997-03-24 00:33:38 +0000
commitb9424fdfa79aff5caa024e0d1fa65617af9c1c94 (patch)
treee09fcb0544d80991dbc689c3fc07bce16e72fbbe /share
parent51216478d989e69190cad972a481b22f39343726 (diff)
downloadFreeBSD-src-b9424fdfa79aff5caa024e0d1fa65617af9c1c94.zip
FreeBSD-src-b9424fdfa79aff5caa024e0d1fa65617af9c1c94.tar.gz
Update to reflect the recent changes to support better inode
generation numbers.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/fs.56
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man5/fs.5 b/share/man/man5/fs.5
index 78c4294..0b36b38 100644
--- a/share/man/man5/fs.5
+++ b/share/man/man5/fs.5
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)fs.5 8.2 (Berkeley) 4/19/94
-.\" $Id: fs.5,v 1.6 1997/03/07 03:28:00 jmg Exp $
+.\" $Id: fs.5,v 1.7 1997/03/19 21:02:11 bde Exp $
.\"
.Dd April 19, 1994
.Dt FS 5
@@ -122,8 +122,8 @@ struct fs {
int32_t fs_npsect; /* # sectors/track including spares */
int32_t fs_interleave; /* hardware sector interleave */
int32_t fs_trackskew; /* sector 0 skew, per track */
- int32_t fs_headswitch; /* head switch time, usec */
- int32_t fs_trkseek; /* track-to-track seek, usec */
+/* fs_id takes the space of the unused fs_headswitch and fs_trkseek fields */
+ int32_t fs_id[2]; /* unique filesystem id*/
/* sizes determined by number of cylinder groups and their sizes */
ufs_daddr_t fs_csaddr; /* blk addr of cyl grp summary area */
int32_t fs_cssize; /* size of cyl grp summary area */
OpenPOWER on IntegriCloud