]> git.baikalelectronics.ru Git - kernel.git/commit
eCryptfs: Remove unused ecryptfs_read()
authorTyler Hicks <tyhicks@canonical.com>
Wed, 18 Jan 2012 21:09:43 +0000 (15:09 -0600)
committerTyler Hicks <tyhicks@canonical.com>
Wed, 25 Jan 2012 20:43:41 +0000 (14:43 -0600)
commite744b6ae3a417398b2e97fa9ee0c85a6d6f22c1f
treed179547c3156df94cb0f0b5a91e9691bfc3d7a89
parent106c4f7c49c15a3f30ede84a63911de5f57490f0
eCryptfs: Remove unused ecryptfs_read()

ecryptfs_read() has been ifdef'ed out for years now and it was
apparently unused before then. It is time to get rid of it for good.

Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
fs/ecryptfs/read_write.c