linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] fs: Remove duplicated include in inode.c
@ 2022-05-04 22:50 Yang Li
  2022-05-19  1:45 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2022-05-04 22:50 UTC (permalink / raw)
  To: tytso; +Cc: adilger.kernel, linux-ext4, linux-kernel, Yang Li, Abaci Robot

Fix following includecheck warning:
./fs/ext4/inode.c: linux/dax.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/ext4/inode.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ext4/inode.c b/fs/ext4/inode.c
index 987ea77e672d..60d909a528d1 100644
--- a/fs/ext4/inode.c
+++ b/fs/ext4/inode.c
@@ -41,7 +41,6 @@
 #include <linux/bitops.h>
 #include <linux/iomap.h>
 #include <linux/iversion.h>
-#include <linux/dax.h>
 
 #include "ext4_jbd2.h"
 #include "xattr.h"
-- 
2.20.1.7.g153144c


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

* Re: [PATCH -next] fs: Remove duplicated include in inode.c
  2022-05-04 22:50 [PATCH -next] fs: Remove duplicated include in inode.c Yang Li
@ 2022-05-19  1:45 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-05-19  1:45 UTC (permalink / raw)
  To: Yang Li
  Cc: Theodore Ts'o, adilger.kernel, linux-ext4, Abaci Robot,
	linux-kernel

On Thu, 5 May 2022 06:50:25 +0800, Yang Li wrote:
> Fix following includecheck warning:
> ./fs/ext4/inode.c: linux/dax.h is included more than once.
> 
> 

Applied, thanks!

[1/1] fs: Remove duplicated include in inode.c
      commit: b10b6278ae17366fec058219623c757b3302baae

Best regards,
-- 
Theodore Ts'o <tytso@mit.edu>

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

end of thread, other threads:[~2022-05-19  1:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-04 22:50 [PATCH -next] fs: Remove duplicated include in inode.c Yang Li
2022-05-19  1:45 ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).