hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/fs/fscache/internal.h
....@@ -1,12 +1,8 @@
1
+/* SPDX-License-Identifier: GPL-2.0-or-later */
12 /* Internal definitions for FS-Cache
23 *
34 * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved.
45 * Written by David Howells (dhowells@redhat.com)
5
- *
6
- * This program is free software; you can redistribute it and/or
7
- * modify it under the terms of the GNU General Public License
8
- * as published by the Free Software Foundation; either version
9
- * 2 of the License, or (at your option) any later version.
106 */
117
128 /*
....@@ -117,7 +113,7 @@
117113 * object-list.c
118114 */
119115 #ifdef CONFIG_FSCACHE_OBJECT_LIST
120
-extern const struct file_operations fscache_objlist_fops;
116
+extern const struct proc_ops fscache_objlist_proc_ops;
121117
122118 extern void fscache_objlist_add(struct fscache_object *);
123119 extern void fscache_objlist_remove(struct fscache_object *);