]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfe105b0e5eac7169b42fe1a934f69e153d3b40c0
treea3d6143abc8c0d1b22ddb3e6f2869b5003401a3c
parent5140b997161a00f374cdc246d1fc43ac95e0708b
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