| .. | .. |
|---|
| 1 | +/* SPDX-License-Identifier: GPL-2.0-or-later */ |
|---|
| 1 | 2 | /* Internal definitions for FS-Cache |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2004-2007 Red Hat, Inc. All Rights Reserved. |
|---|
| 4 | 5 | * 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. |
|---|
| 10 | 6 | */ |
|---|
| 11 | 7 | |
|---|
| 12 | 8 | /* |
|---|
| .. | .. |
|---|
| 117 | 113 | * object-list.c |
|---|
| 118 | 114 | */ |
|---|
| 119 | 115 | #ifdef CONFIG_FSCACHE_OBJECT_LIST |
|---|
| 120 | | -extern const struct file_operations fscache_objlist_fops; |
|---|
| 116 | +extern const struct proc_ops fscache_objlist_proc_ops; |
|---|
| 121 | 117 | |
|---|
| 122 | 118 | extern void fscache_objlist_add(struct fscache_object *); |
|---|
| 123 | 119 | extern void fscache_objlist_remove(struct fscache_object *); |
|---|