2024-05-03 01:27:05

by Thorsten Blum

[permalink] [raw]
Subject: [PATCH 2/4] fscache: Remove duplicate included header

Remove duplicate included header file linux/uio.h

Signed-off-by: Thorsten Blum <[email protected]>
---
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



2024-05-27 02:30:47

by Thorsten Blum

[permalink] [raw]
Subject: [RESEND PATCH 2/4] fscache: Remove duplicate included header

Remove duplicate included header file linux/uio.h

Signed-off-by: Thorsten Blum <[email protected]>
---
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 38637e5c9b57..b1722a82c03d 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.45.1


2024-06-03 18:01:39

by Simon Horman

[permalink] [raw]
Subject: Re: [RESEND PATCH 2/4] fscache: Remove duplicate included header

On Sun, May 26, 2024 at 11:21:09PM +0200, Thorsten Blum wrote:
> Remove duplicate included header file linux/uio.h
>
> Signed-off-by: Thorsten Blum <[email protected]>

Reviewed-by: Simon Horman <[email protected]>