diff mbox series

[4/5] fuse: Remove unneeded include in fuse_dev_i.h

Message ID 20250123-fuse-uring-for-6-14-incremental-to-v10-v1-4-8aee9f27c066@ddn.com (mailing list archive)
State New
Headers show
Series fuse: over-io-uring fixes | expand

Commit Message

Bernd Schubert Jan. 23, 2025, 4:55 p.m. UTC
This include was accidentally added and is not needed.

Fixes: fuse: {io-uring} Make hash-list req unique finding functions non-static
Spotted in review by: Luis Henriques <luis@igalia.com>
Signed-off-by: Bernd Schubert <bschubert@ddn.com>
---
 fs/fuse/fuse_dev_i.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/fuse/fuse_dev_i.h b/fs/fuse/fuse_dev_i.h
index 429661ae065464c62a093cf719c5ece38686bbbe..3b2bfe1248d3573abe3b144a6d4bf6a502f56a40 100644
--- a/fs/fuse/fuse_dev_i.h
+++ b/fs/fuse/fuse_dev_i.h
@@ -7,7 +7,6 @@ 
 #define _FS_FUSE_DEV_I_H
 
 #include <linux/types.h>
-#include <linux/fs.h>
 
 /* Ordinary requests have even IDs, while interrupts IDs are odd */
 #define FUSE_INT_REQ_BIT (1ULL << 0)