repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
printf: Remove unused 'bprintf'
[drm/drm-misc.git]
/
fs
/
netfs
/
fscache_internal.h
blob
a09b948fcef212c761d4e7e1c68078e5e5a294ad
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/* Internal definitions for FS-Cache
3
*
4
* Copyright (C) 2021 Red Hat, Inc. All Rights Reserved.
5
* Written by David Howells (dhowells@redhat.com)
6
*/
7
8
#include
"internal.h"
9
10
#ifdef pr_fmt
11
#undef pr_fmt
12
#endif
13
14
#define pr_fmt(fmt)
"FS-Cache: "
fmt