Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.16-rc5 14 lines 296 B view raw
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