Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 220930
b: refs/heads/master
c: 8747f95
h: refs/heads/master
v: v3
  • Loading branch information
Tyler Hicks committed Oct 29, 2010
1 parent 523b01d commit 96afb8a
Show file tree
Hide file tree
Showing 2 changed files with 3 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: f16feb5119a87f5e683be7e8916c060abfb0e8d6
refs/heads/master: 8747f954817212b4623f9067d4909cbde04b4d89
2 changes: 2 additions & 0 deletions trunk/fs/ecryptfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ static int ecryptfs_show_options(struct seq_file *m, struct vfsmount *mnt)
seq_printf(m, ",ecryptfs_encrypted_view");
if (mount_crypt_stat->flags & ECRYPTFS_UNLINK_SIGS)
seq_printf(m, ",ecryptfs_unlink_sigs");
if (mount_crypt_stat->flags & ECRYPTFS_GLOBAL_MOUNT_AUTH_TOK_ONLY)
seq_printf(m, ",ecryptfs_mount_auth_tok_only");

return 0;
}
Expand Down

0 comments on commit 96afb8a

Please sign in to comment.