mirror of
https://github.com/torvalds/linux.git
synced 2025-12-07 20:06:24 +00:00
jbd2: add prefix 'jbd2' for 'shrink_type'
As 'shrink_type' is exported. The module prefix 'jbd2' is added to distinguish from memory reclamation. Signed-off-by: Ye Bin <yebin10@huawei.com> Reviewed-by: Jan Kara <jack@suse.cz> Reviewed-by: Zhang Yi <yi.zhang@huawei.com> Link: https://lore.kernel.org/r/20240407065355.1528580-3-yebin10@huawei.com Signed-off-by: Theodore Ts'o <tytso@mit.edu>
This commit is contained in:
@@ -501,7 +501,7 @@ void jbd2_journal_commit_transaction(journal_t *journal)
|
||||
* frees some memory
|
||||
*/
|
||||
spin_lock(&journal->j_list_lock);
|
||||
__jbd2_journal_clean_checkpoint_list(journal, SHRINK_BUSY_STOP);
|
||||
__jbd2_journal_clean_checkpoint_list(journal, JBD2_SHRINK_BUSY_STOP);
|
||||
spin_unlock(&journal->j_list_lock);
|
||||
|
||||
jbd2_debug(3, "JBD2: commit phase 1\n");
|
||||
|
||||
Reference in New Issue
Block a user