From: Tyler Hicks Date: Sat, 6 Apr 2013 06:37:51 +0000 (-0700) Subject: eCryptfs: Combine page_offset crypto functions X-Git-Tag: v3.11-rc1~30^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8ca90e2071edb3d3f3272ae73d73411f0b70b54;p=pandora-kernel.git eCryptfs: Combine page_offset crypto functions Combine ecryptfs_encrypt_page_offset() and ecryptfs_decrypt_page_offset(). These two functions are functionally identical so they can be safely merged if the caller can indicate whether an encryption or decryption operation should occur. Signed-off-by: Tyler Hicks --- Reading git-diff-tree failed