hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/fs/cachefiles/main.c
....@@ -1,13 +1,9 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* Network filesystem caching backend to use cache files on a premounted
23 * filesystem
34 *
45 * Copyright (C) 2007 Red Hat, Inc. All Rights Reserved.
56 * Written by David Howells (dhowells@redhat.com)
6
- *
7
- * This program is free software; you can redistribute it and/or
8
- * modify it under the terms of the GNU General Public Licence
9
- * as published by the Free Software Foundation; either version
10
- * 2 of the Licence, or (at your option) any later version.
117 */
128
139 #include <linux/module.h>
....@@ -32,6 +28,7 @@
3228 MODULE_DESCRIPTION("Mounted-filesystem based cache");
3329 MODULE_AUTHOR("Red Hat, Inc.");
3430 MODULE_LICENSE("GPL");
31
+MODULE_IMPORT_NS(ANDROID_GKI_VFS_EXPORT_ONLY);
3532
3633 struct kmem_cache *cachefiles_object_jar;
3734