2024-05-03 01:33:23

by Thorsten Blum

[permalink] [raw]
Subject: [PATCH 1/4] btrfs: Remove duplicate included header

Remove duplicate included header file linux/blkdev.h

Signed-off-by: Thorsten Blum <[email protected]>
---
fs/btrfs/fs.h | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/btrfs/fs.h b/fs/btrfs/fs.h
index 93f5c57ea4e3..5f7ad90fd682 100644
--- a/fs/btrfs/fs.h
+++ b/fs/btrfs/fs.h
@@ -9,7 +9,6 @@
#include <linux/compiler.h>
#include <linux/math.h>
#include <linux/atomic.h>
-#include <linux/blkdev.h>
#include <linux/percpu_counter.h>
#include <linux/completion.h>
#include <linux/lockdep.h>
--
2.44.0



2024-05-03 02:41:45

by Thorsten Blum

[permalink] [raw]
Subject: [PATCH 3/4] overlayfs: Remove duplicate included header

Remove duplicate included header file linux/posix_acl.h

Signed-off-by: Thorsten Blum <[email protected]>
---
fs/overlayfs/inode.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c
index c63b31a460be..35fd3e3e1778 100644
--- a/fs/overlayfs/inode.c
+++ b/fs/overlayfs/inode.c
@@ -8,7 +8,6 @@
#include <linux/slab.h>
#include <linux/cred.h>
#include <linux/xattr.h>
-#include <linux/posix_acl.h>
#include <linux/ratelimit.h>
#include <linux/fiemap.h>
#include <linux/fileattr.h>
--
2.44.0


2024-05-10 11:26:58

by Miklos Szeredi

[permalink] [raw]
Subject: Re: [PATCH 3/4] overlayfs: Remove duplicate included header

On Thu, 2 May 2024 at 23:27, Thorsten Blum <[email protected]> wrote:
>
> Remove duplicate included header file linux/posix_acl.h
>
> Signed-off-by: Thorsten Blum <[email protected]>

Applied, thanks.

Miklos