Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43155
b: refs/heads/master
c: 4578932
h: refs/heads/master
i:
  43153: 71350fa
  43151: 5c107d2
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Dec 7, 2006
1 parent 9185c4a commit 5eb91c7
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: 48527fa7cf7fefb84e9fe03cddd08ddafc9f15f3
refs/heads/master: 45789328e5aa2de96d4467e4445418364e5378d7
2 changes: 1 addition & 1 deletion trunk/drivers/md/dm-crypt.c
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ crypt_convert_scatterlist(struct crypt_config *cc, struct scatterlist *out,
struct scatterlist *in, unsigned int length,
int write, sector_t sector)
{
u8 iv[cc->iv_size];
u8 iv[cc->iv_size] __attribute__ ((aligned(__alignof__(u64))));
struct blkcipher_desc desc = {
.tfm = cc->tfm,
.info = iv,
Expand Down

0 comments on commit 5eb91c7

Please sign in to comment.