Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97237
b: refs/heads/master
c: 71fd517
h: refs/heads/master
i:
  97235: 3fa96b9
v: v3
  • Loading branch information
Cyrill Gorcunov authored and Linus Torvalds committed May 24, 2008
1 parent 858f994 commit 0e7d4af
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: 03fb0bce01490c9bdedad861962c76f987531014
refs/heads/master: 71fd5179e8d1d4d503b517e0c5374f7c49540bfc
2 changes: 1 addition & 1 deletion trunk/fs/ecryptfs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1906,9 +1906,9 @@ int ecryptfs_get_tfm_and_mutex_for_cipher_name(struct crypto_blkcipher **tfm,
goto out;
}
}
mutex_unlock(&key_tfm_list_mutex);
(*tfm) = key_tfm->key_tfm;
(*tfm_mutex) = &key_tfm->key_tfm_mutex;
out:
mutex_unlock(&key_tfm_list_mutex);
return rc;
}

0 comments on commit 0e7d4af

Please sign in to comment.