lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Tue, 7 Mar 2023 15:17:05 +0800 (CST)
From:   <ye.xingchen@....com.cn>
To:     <brauner@...nel.org>
Cc:     <dchinner@...hat.com>, <willy@...radead.org>,
        <viro@...iv.linux.org.uk>, <reiserfs-devel@...r.kernel.org>,
        <linux-kernel@...r.kernel.org>
Subject: [PATCH] reiserfs: remove duplicate include header in xattr.c

From: Ye Xingchen <ye.xingchen@....com.cn>

linux/xattr.h is included more than once.

Signed-off-by: Ye Xingchen <ye.xingchen@....com.cn>
---
 fs/reiserfs/xattr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/reiserfs/xattr.c b/fs/reiserfs/xattr.c
index 651027967159..ed1984775a4f 100644
--- a/fs/reiserfs/xattr.c
+++ b/fs/reiserfs/xattr.c
@@ -43,7 +43,6 @@
 #include <linux/fs.h>
 #include <linux/file.h>
 #include <linux/pagemap.h>
-#include <linux/xattr.h>
 #include "xattr.h"
 #include "acl.h"
 #include <linux/uaccess.h>
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ