All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] btrfs: Remove duplicate included header
@ 2024-05-02 21:26 ` Thorsten Blum
  0 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/blkdev.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 1/4] btrfs: Remove duplicate included header
@ 2024-05-02 21:26 ` Thorsten Blum
  0 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/blkdev.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 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


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/4] fscache: Remove duplicate included header
  2024-05-02 21:26 ` Thorsten Blum
@ 2024-05-02 21:26   ` Thorsten Blum
  -1 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/uio.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 fs/netfs/fscache_io.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/netfs/fscache_io.c b/fs/netfs/fscache_io.c
index 43a651ed8264..7b1ad224956c 100644
--- a/fs/netfs/fscache_io.c
+++ b/fs/netfs/fscache_io.c
@@ -9,7 +9,6 @@
 #include <linux/uio.h>
 #include <linux/bvec.h>
 #include <linux/slab.h>
-#include <linux/uio.h>
 #include "internal.h"
 
 /**
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 2/4] fscache: Remove duplicate included header
@ 2024-05-02 21:26   ` Thorsten Blum
  0 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/uio.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 fs/netfs/fscache_io.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/netfs/fscache_io.c b/fs/netfs/fscache_io.c
index 43a651ed8264..7b1ad224956c 100644
--- a/fs/netfs/fscache_io.c
+++ b/fs/netfs/fscache_io.c
@@ -9,7 +9,6 @@
 #include <linux/uio.h>
 #include <linux/bvec.h>
 #include <linux/slab.h>
-#include <linux/uio.h>
 #include "internal.h"
 
 /**
-- 
2.44.0


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/4] overlayfs: Remove duplicate included header
  2024-05-02 21:26 ` Thorsten Blum
@ 2024-05-02 21:26   ` Thorsten Blum
  -1 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/posix_acl.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 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


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 3/4] overlayfs: Remove duplicate included header
@ 2024-05-02 21:26   ` Thorsten Blum
  0 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/posix_acl.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 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


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 4/4] crash: Remove duplicate included header
  2024-05-02 21:26 ` Thorsten Blum
@ 2024-05-02 21:26   ` Thorsten Blum
  -1 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/kexec.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 kernel/crash_reserve.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
index 066668799f75..c460e687edd6 100644
--- a/kernel/crash_reserve.c
+++ b/kernel/crash_reserve.c
@@ -13,7 +13,6 @@
 #include <linux/memory.h>
 #include <linux/cpuhotplug.h>
 #include <linux/memblock.h>
-#include <linux/kexec.h>
 #include <linux/kmemleak.h>
 
 #include <asm/page.h>
-- 
2.44.0


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [PATCH 4/4] crash: Remove duplicate included header
@ 2024-05-02 21:26   ` Thorsten Blum
  0 siblings, 0 replies; 14+ messages in thread
From: Thorsten Blum @ 2024-05-02 21:26 UTC (permalink / raw)
  To: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young
  Cc: linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec, Thorsten Blum

Remove duplicate included header file linux/kexec.h

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 kernel/crash_reserve.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
index 066668799f75..c460e687edd6 100644
--- a/kernel/crash_reserve.c
+++ b/kernel/crash_reserve.c
@@ -13,7 +13,6 @@
 #include <linux/memory.h>
 #include <linux/cpuhotplug.h>
 #include <linux/memblock.h>
-#include <linux/kexec.h>
 #include <linux/kmemleak.h>
 
 #include <asm/page.h>
-- 
2.44.0


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/4] btrfs: Remove duplicate included header
  2024-05-02 21:26 ` Thorsten Blum
@ 2024-05-02 22:50   ` David Sterba
  -1 siblings, 0 replies; 14+ messages in thread
From: David Sterba @ 2024-05-02 22:50 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young, linux-btrfs, linux-kernel, netfs,
	linux-fsdevel, linux-unionfs, kexec

On Thu, May 02, 2024 at 11:26:28PM +0200, Thorsten Blum wrote:
> Remove duplicate included header file linux/blkdev.h
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Added to for-next, thanks.

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 1/4] btrfs: Remove duplicate included header
@ 2024-05-02 22:50   ` David Sterba
  0 siblings, 0 replies; 14+ messages in thread
From: David Sterba @ 2024-05-02 22:50 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Baoquan He,
	Vivek Goyal, Dave Young, linux-btrfs, linux-kernel, netfs,
	linux-fsdevel, linux-unionfs, kexec

On Thu, May 02, 2024 at 11:26:28PM +0200, Thorsten Blum wrote:
> Remove duplicate included header file linux/blkdev.h
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Added to for-next, thanks.

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 4/4] crash: Remove duplicate included header
  2024-05-02 21:26   ` Thorsten Blum
@ 2024-05-05  7:03     ` Baoquan He
  -1 siblings, 0 replies; 14+ messages in thread
From: Baoquan He @ 2024-05-05  7:03 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Vivek Goyal,
	Dave Young, linux-btrfs, linux-kernel, netfs, linux-fsdevel,
	linux-unionfs, kexec

On 05/02/24 at 11:26pm, Thorsten Blum wrote:
> Remove duplicate included header file linux/kexec.h
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  kernel/crash_reserve.c | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Baoquan He <bhe@redhat.com>

> 
> diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
> index 066668799f75..c460e687edd6 100644
> --- a/kernel/crash_reserve.c
> +++ b/kernel/crash_reserve.c
> @@ -13,7 +13,6 @@
>  #include <linux/memory.h>
>  #include <linux/cpuhotplug.h>
>  #include <linux/memblock.h>
> -#include <linux/kexec.h>
>  #include <linux/kmemleak.h>
>  
>  #include <asm/page.h>
> -- 
> 2.44.0
> 


^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 4/4] crash: Remove duplicate included header
@ 2024-05-05  7:03     ` Baoquan He
  0 siblings, 0 replies; 14+ messages in thread
From: Baoquan He @ 2024-05-05  7:03 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Miklos Szeredi, Amir Goldstein, Vivek Goyal,
	Dave Young, linux-btrfs, linux-kernel, netfs, linux-fsdevel,
	linux-unionfs, kexec

On 05/02/24 at 11:26pm, Thorsten Blum wrote:
> Remove duplicate included header file linux/kexec.h
> 
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
> ---
>  kernel/crash_reserve.c | 1 -
>  1 file changed, 1 deletion(-)

Acked-by: Baoquan He <bhe@redhat.com>

> 
> diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c
> index 066668799f75..c460e687edd6 100644
> --- a/kernel/crash_reserve.c
> +++ b/kernel/crash_reserve.c
> @@ -13,7 +13,6 @@
>  #include <linux/memory.h>
>  #include <linux/cpuhotplug.h>
>  #include <linux/memblock.h>
> -#include <linux/kexec.h>
>  #include <linux/kmemleak.h>
>  
>  #include <asm/page.h>
> -- 
> 2.44.0
> 


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/4] overlayfs: Remove duplicate included header
  2024-05-02 21:26   ` Thorsten Blum
@ 2024-05-10 11:23     ` Miklos Szeredi
  -1 siblings, 0 replies; 14+ messages in thread
From: Miklos Szeredi @ 2024-05-10 11:23 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Amir Goldstein, Baoquan He, Vivek Goyal, Dave Young,
	linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec

On Thu, 2 May 2024 at 23:27, Thorsten Blum <thorsten.blum@toblux.com> wrote:
>
> Remove duplicate included header file linux/posix_acl.h
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Applied, thanks.

Miklos

_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [PATCH 3/4] overlayfs: Remove duplicate included header
@ 2024-05-10 11:23     ` Miklos Szeredi
  0 siblings, 0 replies; 14+ messages in thread
From: Miklos Szeredi @ 2024-05-10 11:23 UTC (permalink / raw)
  To: Thorsten Blum
  Cc: Chris Mason, Josef Bacik, David Sterba, David Howells,
	Jeff Layton, Amir Goldstein, Baoquan He, Vivek Goyal, Dave Young,
	linux-btrfs, linux-kernel, netfs, linux-fsdevel, linux-unionfs,
	kexec

On Thu, 2 May 2024 at 23:27, Thorsten Blum <thorsten.blum@toblux.com> wrote:
>
> Remove duplicate included header file linux/posix_acl.h
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Applied, thanks.

Miklos

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2024-05-10 11:24 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-02 21:26 [PATCH 1/4] btrfs: Remove duplicate included header Thorsten Blum
2024-05-02 21:26 ` Thorsten Blum
2024-05-02 21:26 ` [PATCH 2/4] fscache: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-02 21:26 ` [PATCH 3/4] overlayfs: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-10 11:23   ` Miklos Szeredi
2024-05-10 11:23     ` Miklos Szeredi
2024-05-02 21:26 ` [PATCH 4/4] crash: " Thorsten Blum
2024-05-02 21:26   ` Thorsten Blum
2024-05-05  7:03   ` Baoquan He
2024-05-05  7:03     ` Baoquan He
2024-05-02 22:50 ` [PATCH 1/4] btrfs: " David Sterba
2024-05-02 22:50   ` David Sterba

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.