Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 114401
b: refs/heads/master
c: b0f73cf
h: refs/heads/master
i:
  114399: 609e1b0
v: v3
  • Loading branch information
Sunil Mushran authored and Mark Fasheh committed Oct 14, 2008
1 parent bad84e7 commit 0496d47
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: 2b4e30fbde425828b17f0e9c8f8e3fd3ecb2bc75
refs/heads/master: b0f73cfc36ed62decdd3f78e943bbfd00ee80e49
5 changes: 5 additions & 0 deletions trunk/fs/ocfs2/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1010,6 +1010,11 @@ static int ocfs2_show_options(struct seq_file *s, struct vfsmount *mnt)
seq_printf(s, ",cluster_stack=%.*s", OCFS2_STACK_LABEL_LEN,
osb->osb_cluster_stack);

if (opts & OCFS2_MOUNT_NOUSERXATTR)
seq_printf(s, ",nouser_xattr");
else
seq_printf(s, ",user_xattr");

if (opts & OCFS2_MOUNT_INODE64)
seq_printf(s, ",inode64");

Expand Down

0 comments on commit 0496d47

Please sign in to comment.