linux-unionfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next] ovl: Remove duplicated include in inode.c
@ 2022-10-27  5:31 Yang Li
  0 siblings, 0 replies; only message in thread
From: Yang Li @ 2022-10-27  5:31 UTC (permalink / raw)
  To: miklos; +Cc: linux-unionfs, linux-kernel, Yang Li, Abaci Robot

./fs/overlayfs/inode.c: linux/posix_acl.h is included more than once.

Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=2599
Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 fs/overlayfs/inode.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c
index 77a77fd7a77b..d52bcdad4e5b 100644
--- a/fs/overlayfs/inode.c
+++ b/fs/overlayfs/inode.c
@@ -14,7 +14,6 @@
 #include <linux/fileattr.h>
 #include <linux/security.h>
 #include <linux/namei.h>
-#include <linux/posix_acl.h>
 #include <linux/posix_acl_xattr.h>
 #include "overlayfs.h"
 
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-10-27  5:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-27  5:31 [PATCH -next] ovl: Remove duplicated include in inode.c Yang Li

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).