summaryrefslogtreecommitdiffstats
path: root/include/linux/sysv_fs_sb.h
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
committer <ralf@linux-mips.org>1995-11-14 08:00:00 +0000
commite7c2a72e2680827d6a733931273a93461c0d8d1b (patch)
treec9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/sysv_fs_sb.h
parentec6044459060a8c9ce7f64405c465d141898548c (diff)
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/sysv_fs_sb.h')
-rw-r--r--include/linux/sysv_fs_sb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/sysv_fs_sb.h b/include/linux/sysv_fs_sb.h
index c95e071b2..115b95bc6 100644
--- a/include/linux/sysv_fs_sb.h
+++ b/include/linux/sysv_fs_sb.h
@@ -57,6 +57,7 @@ struct sysv_sb_info {
unsigned long *s_sb_flc_blocks; /* pointer to s_sbd->s_free */
unsigned long *s_sb_total_free_blocks;/* pointer to s_sbd->s_tfree */
unsigned long *s_sb_time; /* pointer to s_sbd->s_time */
+ unsigned long *s_sb_state; /* pointer to s_sbd->s_state, only FSTYPE_SYSV */
/* We keep those superblock entities that don't change here;
this saves us an indirection and perhaps a conversion. */
unsigned long s_firstinodezone; /* index of first inode zone */
@@ -110,6 +111,7 @@ struct sysv_sb_info {
#define sv_sb_flc_blocks u.sysv_sb.s_sb_flc_blocks
#define sv_sb_total_free_blocks u.sysv_sb.s_sb_total_free_blocks
#define sv_sb_time u.sysv_sb.s_sb_time
+#define sv_sb_state u.sysv_sb.s_sb_state
#define sv_firstinodezone u.sysv_sb.s_firstinodezone
#define sv_firstdatazone u.sysv_sb.s_firstdatazone
#define sv_ninodes u.sysv_sb.s_ninodes