From b6c1d8fcbadeb9bb4c3dbca57a007629d0483544 Mon Sep 17 00:00:00 2001 From: Michael Halcrow Date: Tue, 16 Oct 2007 01:28:13 -0700 Subject: eCryptfs: remove unused functions and kmem_cache The switch to read_write.c routines and the persistent file make a number of functions unnecessary. This patch removes them. Signed-off-by: Michael Halcrow Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- fs/ecryptfs/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'fs/ecryptfs/main.c') diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c index fb9d85b5c7b8..97e6801f722c 100644 --- a/fs/ecryptfs/main.c +++ b/fs/ecryptfs/main.c @@ -670,11 +670,6 @@ static struct ecryptfs_cache_info { .name = "ecryptfs_xattr_cache", .size = PAGE_CACHE_SIZE, }, - { - .cache = &ecryptfs_lower_page_cache, - .name = "ecryptfs_lower_page_cache", - .size = PAGE_CACHE_SIZE, - }, { .cache = &ecryptfs_key_record_cache, .name = "ecryptfs_key_record_cache", -- cgit v1.2.3