Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 73209
b: refs/heads/master
c: 778d1a2
h: refs/heads/master
i:
  73207: fe3f844
v: v3
  • Loading branch information
Michael Halcrow authored and Linus Torvalds committed Nov 5, 2007
1 parent e8836fd commit e134ae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 01aae97196f2cdfbfebc5a0365bad82d98975588
refs/heads/master: 778d1a2bd42ae862a6c6d20a1c3af5e45b3c1924
2 changes: 0 additions & 2 deletions trunk/fs/ecryptfs/crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,6 @@ int ecryptfs_encrypt_page(struct page *page)
"\n", rc);
goto out;
}
extent_offset++;
}
out:
kfree(enc_extent_virt);
Expand Down Expand Up @@ -640,7 +639,6 @@ int ecryptfs_decrypt_page(struct page *page)
"rc = [%d]\n", __FUNCTION__, rc);
goto out;
}
extent_offset++;
}
out:
kfree(enc_extent_virt);
Expand Down

0 comments on commit e134ae9

Please sign in to comment.