main.c (17398957aa0a05ef62535060b41d103590dcc533) | main.c (dd2a3b7ad98f8482cae481cad89dfed5eee48365) |
---|---|
1/** 2 * eCryptfs: Linux filesystem encryption layer 3 * 4 * Copyright (C) 1997-2003 Erez Zadok 5 * Copyright (C) 2001-2003 Stony Brook University | 1/** 2 * eCryptfs: Linux filesystem encryption layer 3 * 4 * Copyright (C) 1997-2003 Erez Zadok 5 * Copyright (C) 2001-2003 Stony Brook University |
6 * Copyright (C) 2004-2006 International Business Machines Corp. | 6 * Copyright (C) 2004-2007 International Business Machines Corp. |
7 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com> 8 * Michael C. Thompson <mcthomps@us.ibm.com> 9 * Tyler Hicks <tyhicks@ou.edu> 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 14 * License, or (at your option) any later version. --- 622 unchanged lines hidden (view full) --- 637 .size = PAGE_CACHE_SIZE, 638 }, 639 { 640 .cache = &ecryptfs_header_cache_2, 641 .name = "ecryptfs_headers_2", 642 .size = PAGE_CACHE_SIZE, 643 }, 644 { | 7 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com> 8 * Michael C. Thompson <mcthomps@us.ibm.com> 9 * Tyler Hicks <tyhicks@ou.edu> 10 * 11 * This program is free software; you can redistribute it and/or 12 * modify it under the terms of the GNU General Public License as 13 * published by the Free Software Foundation; either version 2 of the 14 * License, or (at your option) any later version. --- 622 unchanged lines hidden (view full) --- 637 .size = PAGE_CACHE_SIZE, 638 }, 639 { 640 .cache = &ecryptfs_header_cache_2, 641 .name = "ecryptfs_headers_2", 642 .size = PAGE_CACHE_SIZE, 643 }, 644 { |
645 .cache = &ecryptfs_xattr_cache, 646 .name = "ecryptfs_xattr_cache", 647 .size = PAGE_CACHE_SIZE, 648 }, 649 { |
|
645 .cache = &ecryptfs_lower_page_cache, 646 .name = "ecryptfs_lower_page_cache", 647 .size = PAGE_CACHE_SIZE, 648 }, 649}; 650 651static void ecryptfs_free_kmem_caches(void) 652{ --- 225 unchanged lines hidden --- | 650 .cache = &ecryptfs_lower_page_cache, 651 .name = "ecryptfs_lower_page_cache", 652 .size = PAGE_CACHE_SIZE, 653 }, 654}; 655 656static void ecryptfs_free_kmem_caches(void) 657{ --- 225 unchanged lines hidden --- |