linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ext4 crypto: remove duplicate header file
@ 2015-07-16  7:58 liuziloong
  2015-07-28 19:13 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: liuziloong @ 2015-07-16  7:58 UTC (permalink / raw)
  To: tytso, adilger.kernel, mhalcrow; +Cc: linux-ext4, linux-kernel, zilong.liu

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

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

Signed-off-by: zilong.liu <liuziloong@gmail.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

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

end of thread, other threads:[~2015-07-28 19:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-16  7:58 [PATCH] ext4 crypto: remove duplicate header file liuziloong
2015-07-28 19:13 ` 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).