diff options
-rw-r--r-- | sys/ufs/ffs/fs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ufs/ffs/fs.h b/sys/ufs/ffs/fs.h index 0c056b2f052..f7f4d3797cb 100644 --- a/sys/ufs/ffs/fs.h +++ b/sys/ufs/ffs/fs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fs.h,v 1.30 2007/05/03 20:11:55 millert Exp $ */ +/* $OpenBSD: fs.h,v 1.31 2007/06/01 06:50:56 otto Exp $ */ /* $NetBSD: fs.h,v 1.6 1995/04/12 21:21:02 mycroft Exp $ */ /* @@ -245,7 +245,7 @@ struct fs { int32_t fs_ncyl; /* cylinders in file system */ /* these fields can be computed from the others */ int32_t fs_cpg; /* cylinders per group */ - int32_t fs_ipg; /* inodes per group */ + int32_t fs_ipg; /* inode blocks per group */ int32_t fs_fpg; /* blocks per group * fs_frag */ /* this data must be re-computed after crashes */ struct csum fs_ffs1_cstotal; /* cylinder summary information */ |