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)
commitf2cb933501ebc066bf3c4b1836fd8428f8fe9863
treed179547c3156df94cb0f0b5a91e9691bfc3d7a89
parenta261a03904849c3df50bd0300efb7fb3f865137d
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