All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ext4 crypto: remove duplicated encryption mode definitions
@ 2015-04-23  8:56 Chanho Park
  2015-05-02 14:26 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: Chanho Park @ 2015-04-23  8:56 UTC (permalink / raw)
  To: tytso, linux-ext4
  Cc: linux-kernel, Chanho Park, Michael Halcrow, Andreas Dilger

This patch removes duplicated encryption modes which were already in
ext4.h. They were duplicated from commit 3edc18d and commit f542fb.

Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Michael Halcrow <mhalcrow@google.com>
Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Signed-off-by: Chanho Park <chanho61.park@samsung.com>
---
 fs/ext4/ext4.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index ef267ad..07378a4 100644
--- a/fs/ext4/ext4.h
+++ b/fs/ext4/ext4.h
@@ -1066,12 +1066,6 @@ extern void ext4_set_bits(void *bm, int cur, int len);
 /* Metadata checksum algorithm codes */
 #define EXT4_CRC32C_CHKSUM		1
 
-/* Encryption algorithms */
-#define EXT4_ENCRYPTION_MODE_INVALID		0
-#define EXT4_ENCRYPTION_MODE_AES_256_XTS	1
-#define EXT4_ENCRYPTION_MODE_AES_256_GCM	2
-#define EXT4_ENCRYPTION_MODE_AES_256_CBC	3
-
 /*
  * Structure of the super block
  */
-- 
1.9.1


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

* Re: [PATCH] ext4 crypto: remove duplicated encryption mode definitions
  2015-04-23  8:56 [PATCH] ext4 crypto: remove duplicated encryption mode definitions Chanho Park
@ 2015-05-02 14:26 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2015-05-02 14:26 UTC (permalink / raw)
  To: Chanho Park
  Cc: linux-ext4, linux-kernel, Chanho Park, Michael Halcrow, Andreas Dilger

On Thu, Apr 23, 2015 at 05:56:16PM +0900, Chanho Park wrote:
> This patch removes duplicated encryption modes which were already in
> ext4.h. They were duplicated from commit 3edc18d and commit f542fb.

Thanks, applied.

					- Ted

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

end of thread, other threads:[~2015-05-02 14:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-23  8:56 [PATCH] ext4 crypto: remove duplicated encryption mode definitions Chanho Park
2015-05-02 14:26 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.