]> git.baikalelectronics.ru Git - kernel.git/commit
ext4: move ext4 crypto code to its own file crypto.c
authorRitesh Harjani <ritesh.list@gmail.com>
Sun, 15 May 2022 06:37:46 +0000 (12:07 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 22 May 2022 02:24:24 +0000 (22:24 -0400)
commit5140b997161a00f374cdc246d1fc43ac95e0708b
treeca6528dc84c59eead71d5b3a282cc1d1ed1529ac
parent620e22b1598c61fad6ba3194ce5be6c96952a234
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>
fs/ext4/Makefile
fs/ext4/crypto.c [new file with mode: 0644]
fs/ext4/ext4.h
fs/ext4/super.c