Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4977306 authored by Liu Song's avatar Liu Song Committed by Theodore Ts'o
Browse files

jbd2: fix typo in comment of journal_submit_inode_data_buffers



delayed/dealyed

Signed-off-by: default avatarLiu Song <liu.song11@zte.com.cn>
Signed-off-by: default avatarTheodore Ts'o <tytso@mit.edu>
Reviewed-by: default avatarJan Kara <jack@suse.cz>
parent 7821ce41
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -184,7 +184,7 @@ static int journal_wait_on_commit_record(journal_t *journal,
/*
 * write the filemap data using writepage() address_space_operations.
 * We don't do block allocation here even for delalloc. We don't
 * use writepages() because with dealyed allocation we may be doing
 * use writepages() because with delayed allocation we may be doing
 * block allocation in writepages().
 */
static int journal_submit_inode_data_buffers(struct address_space *mapping)