Searched hist:"29 a511e49f33426c8d24700db4842234a84678b2" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | diff 29a511e49f33426c8d24700db4842234a84678b2 Fri Aug 11 01:35:59 CDT 2023 Zhang Yi <yi.zhang@huawei.com> jbd2: move load_superblock() dependent functions
Move load_superblock() declaration and the functions it calls before journal_init_common(). This is a preparation for moving a call to load_superblock() from jbd2_journal_load() and jbd2_journal_wipe() to journal_init_common(). No functional changes.
Signed-off-by: Zhang Yi <yi.zhang@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Link: https://lore.kernel.org/r/20230811063610.2980059-2-yi.zhang@huaweicloud.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
|