commit | b1241c8eb977826cf9b1588514ab8896aa23896b | [log] [tgz] |
---|---|---|
author | Ritesh Harjani <ritesh.list@gmail.com> | Sun May 15 12:07:46 2022 +0530 |
committer | Theodore Ts'o <tytso@mit.edu> | Sat May 21 22:24:24 2022 -0400 |
tree | ca6528dc84c59eead71d5b3a282cc1d1ed1529ac | |
parent | c069db76ed7b681c69159f44be96d2137e9ca989 [diff] |
ext4: move ext4 crypto code to its own file crypto.c This is to cleanup super.c file which has grown quite large. So, start moving ext4 crypto related code to where it should be in the first place i.e. fs/ext4/crypto.c Reviewed-by: Eric Biggers <ebiggers@google.com> Signed-off-by: Ritesh Harjani <ritesh.list@gmail.com> Link: https://lore.kernel.org/r/7d637e093cbc34d727397e8d41a53a1b9ca7d7a4.1652595565.git.ritesh.list@gmail.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>