]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
jbd2: unexport jbd2_log_start_commit()
authorJan Kara <jack@suse.cz>
Wed, 8 Jun 2022 11:23:50 +0000 (13:23 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 3 Aug 2022 03:52:19 +0000 (23:52 -0400)
commitd1324958567da957385d8d555a8b840b3bf8e6e3
tree5724545419e1e35b0df7895368ddfd300afc35bd
parent68af74e92a86984ca6d5f7b19ee8f8a30a550873
jbd2: unexport jbd2_log_start_commit()

jbd2_log_start_commit() is not used outside of jbd2 so unexport it. Also
make __jbd2_log_start_commit() static when we are at it.

Signed-off-by: Jan Kara <jack@suse.cz>
Reviewed-by: Lukas Czerner <lczerner@redhat.com>
Link: https://lore.kernel.org/r/20220608112355.4397-4-jack@suse.cz
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/jbd2/journal.c
include/linux/jbd2.h