[PATCH] netfs: remove unused fscache_internal.h header
Ethan Nelson-Moore <[email protected]>
| Newsgroups | org.kernel.vger.linux-fsdevel,dev.linux.lists.netfs |
|---|---|
| Message-ID | <[email protected]> |
fs/netfs/fscache_internal.h has been unused since commit 915cd30cdea8
("netfs, fscache: Combine fscache with netfs"). Remove it.
Signed-off-by: Ethan Nelson-Moore <[email protected]>
---
fs/netfs/fscache_internal.h | 14 --------------
1 file changed, 14 deletions(-)
delete mode 100644 fs/netfs/fscache_internal.h
diff --git a/fs/netfs/fscache_internal.h b/fs/netfs/fscache_internal.h
deleted file mode 100644
index a09b948fcef2..000000000000
--- a/fs/netfs/fscache_internal.h
+++ /dev/null
@@ -1,14 +0,0 @@
-/* SPDX-License-Identifier: GPL-2.0-or-later */
-/* Internal definitions for FS-Cache
- *
- * Copyright (C) 2021 Red Hat, Inc. All Rights Reserved.
- * Written by David Howells ([email protected])
- */
-
-#include "internal.h"
-
-#ifdef pr_fmt
-#undef pr_fmt
-#endif
-
-#define pr_fmt(fmt) "FS-Cache: " fmt
--
2.43.0