diff options
| author | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
|---|---|---|
| committer | Anton Altaparmakov <aia21@cantab.net> | 2005-07-13 18:09:23 -0400 |
| commit | c514720716c7b109ff980f8b3cb93f9af872c91c (patch) | |
| tree | 490a9578995705de69712893a190b67651bddc56 /include/linux/ext3_fs.h | |
| parent | 07929dcb963786512c760dd3ecd148d89295e7e5 (diff) | |
| parent | 1e279dd855d15b72364b4103f872d67d8592647e (diff) | |
Automatic merge with /usr/src/ntfs-2.6.git.
Diffstat (limited to 'include/linux/ext3_fs.h')
| -rw-r--r-- | include/linux/ext3_fs.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/include/linux/ext3_fs.h b/include/linux/ext3_fs.h index 4b6e1ab216a5..c16662836c58 100644 --- a/include/linux/ext3_fs.h +++ b/include/linux/ext3_fs.h | |||
| @@ -239,6 +239,20 @@ struct ext3_new_group_data { | |||
| 239 | #define EXT3_IOC_SETRSVSZ _IOW('f', 6, long) | 239 | #define EXT3_IOC_SETRSVSZ _IOW('f', 6, long) |
| 240 | 240 | ||
| 241 | /* | 241 | /* |
| 242 | * Mount options | ||
| 243 | */ | ||
| 244 | struct ext3_mount_options { | ||
| 245 | unsigned long s_mount_opt; | ||
| 246 | uid_t s_resuid; | ||
| 247 | gid_t s_resgid; | ||
| 248 | unsigned long s_commit_interval; | ||
| 249 | #ifdef CONFIG_QUOTA | ||
| 250 | int s_jquota_fmt; | ||
| 251 | char *s_qf_names[MAXQUOTAS]; | ||
| 252 | #endif | ||
| 253 | }; | ||
| 254 | |||
| 255 | /* | ||
| 242 | * Structure of an inode on the disk | 256 | * Structure of an inode on the disk |
| 243 | */ | 257 | */ |
| 244 | struct ext3_inode { | 258 | struct ext3_inode { |
