diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 00:58:59 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-09 00:58:59 -0500 |
| commit | cac0e8e8bb2e7a086643bdd00c41d900a79bb4fa (patch) | |
| tree | 73cd85e5529a01fa2338ab6d58b99c36dd666cbe /fs/ext2/super.c | |
| parent | ddef9bb367b19383df627e388cb4c01c86ddba6c (diff) | |
| parent | 0bdd340c092b0936f78a54bdbd3927463ed4fca3 (diff) | |
Merge branch 'master'
Diffstat (limited to 'fs/ext2/super.c')
| -rw-r--r-- | fs/ext2/super.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c index 8d6819846fc9..cb6f9bd658de 100644 --- a/fs/ext2/super.c +++ b/fs/ext2/super.c | |||
| @@ -221,6 +221,11 @@ static int ext2_show_options(struct seq_file *seq, struct vfsmount *vfs) | |||
| 221 | seq_puts(seq, ",grpquota"); | 221 | seq_puts(seq, ",grpquota"); |
| 222 | #endif | 222 | #endif |
| 223 | 223 | ||
| 224 | #if defined(CONFIG_EXT2_FS_XIP) | ||
| 225 | if (sbi->s_mount_opt & EXT2_MOUNT_XIP) | ||
| 226 | seq_puts(seq, ",xip"); | ||
| 227 | #endif | ||
| 228 | |||
| 224 | return 0; | 229 | return 0; |
| 225 | } | 230 | } |
| 226 | 231 | ||
