Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 19657
b: refs/heads/master
c: 8354179
h: refs/heads/master
i:
  19655: eac5d5e
v: v3
  • Loading branch information
Carsten Otte authored and Linus Torvalds committed Feb 3, 2006
1 parent 936fe4d commit 4d63732
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a18546110ed6bec483d55bfffccb2487dfbd77af
refs/heads/master: 835417967c10b6dfaffdffddba59196196e5d431
5 changes: 5 additions & 0 deletions trunk/fs/ext2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ static int ext2_show_options(struct seq_file *seq, struct vfsmount *vfs)
seq_puts(seq, ",grpquota");
#endif

#if defined(CONFIG_EXT2_FS_XIP)
if (sbi->s_mount_opt & EXT2_MOUNT_XIP)
seq_puts(seq, ",xip");
#endif

return 0;
}

Expand Down

0 comments on commit 4d63732

Please sign in to comment.