[<prev] [next>] [day] [month] [year] [list]
Message-ID: <202211081955011261898@zte.com.cn>
Date: Tue, 8 Nov 2022 19:55:01 +0800 (CST)
From: <yang.yang29@....com.cn>
To: <miklos@...redi.hu>
Cc: <linux-unionfs@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<xu.panda668@...il.com>
Subject: [PATCH linux-next] ovl: remove duplicated included linux/posix_acl.h
From: Xu Panda <xu.panda@....com.cn>
The linux/posix_acl.h is included more than once.
Reported-by: Zeal Robot <zealci@....com.cn>
Signed-off-by: Xu Panda <xu.panda@....com.cn>
Signed-off-by: Yang Yang <yang.yang29@....com>
---
fs/overlayfs/inode.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/overlayfs/inode.c b/fs/overlayfs/inode.c
index ee6dfa577c93..d110f8626b69 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.15.2
Powered by blists - more mailing lists