Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76107
b: refs/heads/master
c: 5c5e32c
h: refs/heads/master
i:
  76105: 412de3b
  76103: 919c94b
v: v3
  • Loading branch information
Miklos Szeredi authored and Dave Kleikamp committed Jan 24, 2008
1 parent 14cfa77 commit 2db2eb7
Show file tree
Hide file tree
Showing 2 changed files with 7 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: 967c9ec4ec6178bee42f4231c49a3d7f77627978
refs/heads/master: 5c5e32ceeb6b64496a1842d5d99e4ac8d20166c4
6 changes: 6 additions & 0 deletions trunk/fs/jfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,12 @@ static int jfs_show_options(struct seq_file *seq, struct vfsmount *vfs)
seq_printf(seq, ",umask=%03o", sbi->umask);
if (sbi->flag & JFS_NOINTEGRITY)
seq_puts(seq, ",nointegrity");
if (sbi->nls_tab)
seq_printf(seq, ",iocharset=%s", sbi->nls_tab->charset);
if (sbi->flag & JFS_ERR_CONTINUE)
seq_printf(seq, ",errors=continue");
if (sbi->flag & JFS_ERR_PANIC)
seq_printf(seq, ",errors=panic");

#ifdef CONFIG_QUOTA
if (sbi->flag & JFS_USRQUOTA)
Expand Down

0 comments on commit 2db2eb7

Please sign in to comment.