hc
2024-12-19 9370bb92b2d16684ee45cf24e879c93c509162da
kernel/fs/ecryptfs/main.c
....@@ -1,3 +1,4 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /**
23 * eCryptfs: Linux filesystem encryption layer
34 *
....@@ -6,22 +7,7 @@
67 * Copyright (C) 2004-2007 International Business Machines Corp.
78 * Author(s): Michael A. Halcrow <mahalcro@us.ibm.com>
89 * 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.
15
- *
16
- * This program is distributed in the hope that it will be useful, but
17
- * WITHOUT ANY WARRANTY; without even the implied warranty of
18
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19
- * General Public License for more details.
20
- *
21
- * You should have received a copy of the GNU General Public License
22
- * along with this program; if not, write to the Free Software
23
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
24
- * 02111-1307, USA.
10
+ * Tyler Hicks <code@tyhicks.com>
2511 */
2612
2713 #include <linux/dcache.h>
....@@ -905,6 +891,7 @@
905891 MODULE_DESCRIPTION("eCryptfs");
906892
907893 MODULE_LICENSE("GPL");
894
+MODULE_IMPORT_NS(ANDROID_GKI_VFS_EXPORT_ONLY);
908895
909896 module_init(ecryptfs_init)
910897 module_exit(ecryptfs_exit)