diff options
author | Ralf Baechle <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
---|---|---|
committer | <ralf@linux-mips.org> | 1995-11-14 08:00:00 +0000 |
commit | e7c2a72e2680827d6a733931273a93461c0d8d1b (patch) | |
tree | c9abeda78ef7504062bb2e816bcf3e3c9d680112 /include/linux/iso_fs_sb.h | |
parent | ec6044459060a8c9ce7f64405c465d141898548c (diff) |
Import of Linux/MIPS 1.3.0
Diffstat (limited to 'include/linux/iso_fs_sb.h')
-rw-r--r-- | include/linux/iso_fs_sb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/iso_fs_sb.h b/include/linux/iso_fs_sb.h index 1a7e8e517..14f929921 100644 --- a/include/linux/iso_fs_sb.h +++ b/include/linux/iso_fs_sb.h @@ -18,8 +18,10 @@ struct isofs_sb_info { unsigned char s_cruft; /* Broken disks with high byte of length containing junk */ + unsigned char s_unhide; unsigned char s_nosuid; unsigned char s_nodev; + mode_t s_mode; gid_t s_gid; uid_t s_uid; }; |