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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 16 Jul 2015 15:58:41 +0800
From:	liuziloong@...il.com
To:	tytso@....edu, adilger.kernel@...ger.ca, mhalcrow@...gle.com
Cc:	linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org,
	"zilong.liu" <liuziloong@...il.com>
Subject: [PATCH] ext4 crypto: remove duplicate header file

From: "zilong.liu" <liuziloong@...il.com>

Remove key.h which is included twice in crypto_fname.c

Signed-off-by: zilong.liu <liuziloong@...il.com>
---
 fs/ext4/crypto_fname.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/ext4/crypto_fname.c b/fs/ext4/crypto_fname.c
index 7dc4eb5..4c11768 100644
--- a/fs/ext4/crypto_fname.c
+++ b/fs/ext4/crypto_fname.c
@@ -19,7 +19,6 @@
 #include <linux/gfp.h>
 #include <linux/kernel.h>
 #include <linux/key.h>
-#include <linux/key.h>
 #include <linux/list.h>
 #include <linux/mempool.h>
 #include <linux/random.h>
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ