| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-or-later |
|---|
| 1 | 2 | /* AFS caching stuff |
|---|
| 2 | 3 | * |
|---|
| 3 | 4 | * Copyright (C) 2008 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 | #include <linux/sched.h> |
|---|
| .. | .. |
|---|
| 49 | 45 | struct afs_vnode *vnode = cookie_netfs_data; |
|---|
| 50 | 46 | struct afs_vnode_cache_aux aux; |
|---|
| 51 | 47 | |
|---|
| 52 | | - _enter("{%x,%x,%llx},%p,%u", |
|---|
| 48 | + _enter("{%llx,%x,%llx},%p,%u", |
|---|
| 53 | 49 | vnode->fid.vnode, vnode->fid.unique, vnode->status.data_version, |
|---|
| 54 | 50 | buffer, buflen); |
|---|
| 55 | 51 | |
|---|