VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 2011-05-24 05:11:12 -0500 committer: Tyler Hicks <tyhicks@linux.vnet.ibm.com> 2011-05-29 14:24:25 -0500 commit: 3063287053bca5207e121c567b95b2b6f0bdc2c8 parent: 778aeb42a708d2a57e491d2cbb5a1e74f61270b9
Commit Summary:
eCryptfs: Remove ecryptfs_header_cache_2
Diffstat:
1 file changed, 2 insertions, 7 deletions
diff --git a/fs/ecryptfs/main.c b/fs/ecryptfs/main.c
index 943a4f55ed6d..9f1bb747d77d 100644
--- a/fs/ecryptfs/main.c
+++ b/fs/ecryptfs/main.c
@@ -635,13 +635,8 @@ static struct ecryptfs_cache_info {
 		.size = sizeof(struct ecryptfs_sb_info),
 	},
 	{
-		.cache = &ecryptfs_header_cache_1,
-		.name = "ecryptfs_headers_1",
-		.size = PAGE_CACHE_SIZE,
-	},
-	{
-		.cache = &ecryptfs_header_cache_2,
-		.name = "ecryptfs_headers_2",
+		.cache = &ecryptfs_header_cache,
+		.name = "ecryptfs_headers",
 		.size = PAGE_CACHE_SIZE,
 	},
 	{