Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144030
b: refs/heads/master
c: 3a5203a
h: refs/heads/master
v: v3
  • Loading branch information
Tyler Hicks committed Apr 22, 2009
1 parent 5fb857a commit 5d3d8b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 57ea34d19963781d05eb12f9b31bd4f70d61ec16
refs/heads/master: 3a5203ab3c0c31e0f1434c69e893bfb85c6e6657
5 changes: 4 additions & 1 deletion trunk/fs/ecryptfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ static int ecryptfs_show_options(struct seq_file *m, struct vfsmount *mnt)
list_for_each_entry(walker,
&mount_crypt_stat->global_auth_tok_list,
mount_crypt_stat_list) {
seq_printf(m, ",ecryptfs_sig=%s", walker->sig);
if (walker->flags & ECRYPTFS_AUTH_TOK_FNEK)
seq_printf(m, ",ecryptfs_fnek_sig=%s", walker->sig);
else
seq_printf(m, ",ecryptfs_sig=%s", walker->sig);
}
mutex_unlock(&mount_crypt_stat->global_auth_tok_list_mutex);

Expand Down

0 comments on commit 5d3d8b6

Please sign in to comment.