aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext2/super.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ext2/super.c')
-rw-r--r--fs/ext2/super.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/ext2/super.c b/fs/ext2/super.c
index 50342583db1f..5f029d8c3a02 100644
--- a/fs/ext2/super.c
+++ b/fs/ext2/super.c
@@ -291,7 +291,7 @@ static int ext2_show_options(struct seq_file *seq, struct dentry *root)
291 seq_puts(seq, ",grpquota"); 291 seq_puts(seq, ",grpquota");
292#endif 292#endif
293 293
294#if defined(CONFIG_EXT2_FS_XIP) 294#ifdef CONFIG_FS_DAX
295 if (sbi->s_mount_opt & EXT2_MOUNT_XIP) 295 if (sbi->s_mount_opt & EXT2_MOUNT_XIP)
296 seq_puts(seq, ",xip"); 296 seq_puts(seq, ",xip");
297#endif 297#endif
@@ -558,7 +558,7 @@ static int parse_options(char *options, struct super_block *sb)
558 break; 558 break;
559#endif 559#endif
560 case Opt_xip: 560 case Opt_xip:
561#ifdef CONFIG_EXT2_FS_XIP 561#ifdef CONFIG_FS_DAX
562 set_opt (sbi->s_mount_opt, XIP); 562 set_opt (sbi->s_mount_opt, XIP);
563#else 563#else
564 ext2_msg(sb, KERN_INFO, "xip option not supported"); 564 ext2_msg(sb, KERN_INFO, "xip option not supported");