hc
2024-05-10 9999e48639b3cecb08ffb37358bcba3b48161b29
kernel/fs/afs/cache.c
....@@ -1,12 +1,8 @@
1
+// SPDX-License-Identifier: GPL-2.0-or-later
12 /* AFS caching stuff
23 *
34 * Copyright (C) 2008 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 #include <linux/sched.h>
....@@ -49,7 +45,7 @@
4945 struct afs_vnode *vnode = cookie_netfs_data;
5046 struct afs_vnode_cache_aux aux;
5147
52
- _enter("{%x,%x,%llx},%p,%u",
48
+ _enter("{%llx,%x,%llx},%p,%u",
5349 vnode->fid.vnode, vnode->fid.unique, vnode->status.data_version,
5450 buffer, buflen);
5551