ext4: cleanup function defs from ext4.h into crypto.c
authorRitesh Harjani <ritesh.list@gmail.com>
Sun, 15 May 2022 06:37:47 +0000 (12:07 +0530)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 22 May 2022 02:24:24 +0000 (22:24 -0400)
commit3030b59c8533835f4e8b5e6d7047f80dcf7e40b9
treea3d6143abc8c0d1b22ddb3e6f2869b5003401a3c
parentb1241c8eb977826cf9b1588514ab8896aa23896b
ext4: cleanup function defs from ext4.h into crypto.c

Some of these functions when CONFIG_FS_ENCRYPTION is enabled are not
really inline (let compiler be the best judge of it).
Remove inline and move them into crypto.c where they should be present.

Reviewed-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Ritesh Harjani <ritesh.list@gmail.com>
Link: https://lore.kernel.org/r/b7b9de2c7226298663fb5a0c28909135e2ab220f.1652595565.git.ritesh.list@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/crypto.c
fs/ext4/ext4.h