diff options
author | Liu Song <liu.song11@zte.com.cn> | 2019-05-30 15:15:57 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2019-05-30 15:15:57 -0400 |
commit | a49773064bc2284bf7fe57c3492897135f65a37c (patch) | |
tree | 996075fa60e0bca9fc9a3c7b91a828bbbe7a9a7d | |
parent | 7821ce417ec730a80d46ad0a513a84692433a5e8 (diff) |
jbd2: fix typo in comment of journal_submit_inode_data_buffers
delayed/dealyed
Signed-off-by: Liu Song <liu.song11@zte.com.cn>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Jan Kara <jack@suse.cz>
-rw-r--r-- | fs/jbd2/commit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/jbd2/commit.c b/fs/jbd2/commit.c index efd0ce9489ae..c8c1d6cc6e5d 100644 --- a/fs/jbd2/commit.c +++ b/fs/jbd2/commit.c | |||
@@ -184,7 +184,7 @@ static int journal_wait_on_commit_record(journal_t *journal, | |||
184 | /* | 184 | /* |
185 | * write the filemap data using writepage() address_space_operations. | 185 | * write the filemap data using writepage() address_space_operations. |
186 | * We don't do block allocation here even for delalloc. We don't | 186 | * We don't do block allocation here even for delalloc. We don't |
187 | * use writepages() because with dealyed allocation we may be doing | 187 | * use writepages() because with delayed allocation we may be doing |
188 | * block allocation in writepages(). | 188 | * block allocation in writepages(). |
189 | */ | 189 | */ |
190 | static int journal_submit_inode_data_buffers(struct address_space *mapping) | 190 | static int journal_submit_inode_data_buffers(struct address_space *mapping) |