Blame SOURCES/0044-fs-ntfs3.-Add-forward-declarations-for-structs-to-de.patch

Kmods SIG d83023
From cde81f13ef63d47c3f0742fbe6f17a5123cf6ca4 Mon Sep 17 00:00:00 2001
Kmods SIG d83023
From: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG d83023
Date: Thu, 2 Sep 2021 19:15:21 +0300
Kmods SIG d83023
Subject: [Backport cde81f13ef63] src. Add forward declarations for
Kmods SIG d83023
 structs to debug.h
Kmods SIG d83023
Kmods SIG d83023
Add forward declarations for structs so that we can include this file
Kmods SIG d83023
without warnings even without linux/fs.h
Kmods SIG d83023
Kmods SIG d83023
Signed-off-by: Kari Argillander <kari.argillander@gmail.com>
Kmods SIG d83023
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
Kmods SIG d83023
---
Kmods SIG d83023
 src/debug.h | 3 +++
Kmods SIG d83023
 1 file changed, 3 insertions(+)
Kmods SIG d83023
Kmods SIG d83023
diff --git a/src/debug.h b/src/debug.h
Kmods SIG d83023
index 31120569a87b9b07cf91f8e0b8c7291db059f4f3..53ef7489c75fd70f239d4e50af9a5e2f097c6bde 100644
Kmods SIG d83023
--- a/src/debug.h
Kmods SIG d83023
+++ b/src/debug.h
Kmods SIG d83023
@@ -11,6 +11,9 @@
Kmods SIG d83023
 #ifndef _LINUX_NTFS3_DEBUG_H
Kmods SIG d83023
 #define _LINUX_NTFS3_DEBUG_H
Kmods SIG d83023
 
Kmods SIG d83023
+struct super_block;
Kmods SIG d83023
+struct inode;
Kmods SIG d83023
+
Kmods SIG d83023
 #ifndef Add2Ptr
Kmods SIG d83023
 #define Add2Ptr(P, I)		((void *)((u8 *)(P) + (I)))
Kmods SIG d83023
 #define PtrOffset(B, O)		((size_t)((size_t)(O) - (size_t)(B)))
Kmods SIG d83023
-- 
Kmods SIG d83023
2.31.1
Kmods SIG d83023