Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74971
b: refs/heads/master
c: 459e216
h: refs/heads/master
i:
  74969: ed75256
  74967: 944fadb
v: v3
  • Loading branch information
Eric Sandeen authored and Linus Torvalds committed Dec 18, 2007
1 parent 2eb0e7e commit c896bab
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 60af880339aae440293a0c8e93178fdcb41f8a29
refs/heads/master: 459e216429a04779216b61f0fb61938a459fd1ca
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/keystore.c
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ ecryptfs_add_global_auth_tok(struct ecryptfs_mount_crypt_stat *mount_crypt_stat,
struct ecryptfs_global_auth_tok *new_auth_tok;
int rc = 0;

new_auth_tok = kmem_cache_alloc(ecryptfs_global_auth_tok_cache,
new_auth_tok = kmem_cache_zalloc(ecryptfs_global_auth_tok_cache,
GFP_KERNEL);
if (!new_auth_tok) {
rc = -ENOMEM;
Expand Down

0 comments on commit c896bab

Please sign in to comment.