From 6c88f6f9edf15b90ff2a56bb529553b1fa086d61 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Sat, 5 Jul 2008 13:19:29 -0400 Subject: [PATCH] Fix minor whitespace and capitalization issues in patch comments --- delalloc-vfs.patch | 11 ++++++----- delalloc_i_disksize_update-fix.patch | 2 +- dio-jbd2-race-eio-error-fix.patch | 2 +- ext4-documentation-update-2.patch | 2 +- ext4-documentation-update.patch | 2 +- ext4-online-resize-fix-for-group-descriptor-corruption.patch | 2 +- 6 files changed, 11 insertions(+), 10 deletions(-) diff --git a/delalloc-vfs.patch b/delalloc-vfs.patch index a2f78c58..d4cbe1ff 100644 --- a/delalloc-vfs.patch +++ b/delalloc-vfs.patch @@ -2,12 +2,13 @@ vfs: add basic delayed allocation support From: Alex Tomas -* block_prepare_write() can be passed special ->get_block() which +* block_prepare_write() can be passed a special ->get_block() which doesn't allocate blocks, but reserve them and mark bh delayed - * a filesystem can use mpage_da_writepages() with other ->get_block() - which doesn't defer allocation. mpage_da_writepages() finds all - non-allocated blocks and try to allocate them with minimal calls - to ->get_block(), then submit IO using __mpage_writepage() + +* a filesystem can use mpage_da_writepages() with other ->get_block() + which doesn't defer allocation. mpage_da_writepages() finds all + non-allocated blocks and try to allocate them with minimal calls + to ->get_block(), then submit IO using __mpage_writepage() Updated fix from Valerie Clement fixes a filesystem corruption issue when the filesystem is diff --git a/delalloc_i_disksize_update-fix.patch b/delalloc_i_disksize_update-fix.patch index 8ed53fcc..18b5a9f1 100644 --- a/delalloc_i_disksize_update-fix.patch +++ b/delalloc_i_disksize_update-fix.patch @@ -1,4 +1,4 @@ -Ext4: fix delalloc i_disksize early update issue +ext4: fix delalloc i_disksize early update issue From: Mingming Cao diff --git a/dio-jbd2-race-eio-error-fix.patch b/dio-jbd2-race-eio-error-fix.patch index e83c0a1e..70f99211 100644 --- a/dio-jbd2-race-eio-error-fix.patch +++ b/dio-jbd2-race-eio-error-fix.patch @@ -1,4 +1,4 @@ -JBD2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction +jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction From: Mingming Cao diff --git a/ext4-documentation-update-2.patch b/ext4-documentation-update-2.patch index 63f5fb46..c67d60f2 100644 --- a/ext4-documentation-update-2.patch +++ b/ext4-documentation-update-2.patch @@ -1,4 +1,4 @@ -Ext4: Documention update for new ordered mode and delayed allocation +ext4: Documention update for new ordered mode and delayed allocation From: Mingming Cao diff --git a/ext4-documentation-update.patch b/ext4-documentation-update.patch index 0037ea42..4f805e92 100644 --- a/ext4-documentation-update.patch +++ b/ext4-documentation-update.patch @@ -1,4 +1,4 @@ -Ext4: Documentation updates. +ext4: Documentation updates. From: Jose R. Santos diff --git a/ext4-online-resize-fix-for-group-descriptor-corruption.patch b/ext4-online-resize-fix-for-group-descriptor-corruption.patch index f074dc2a..0e3dcd41 100644 --- a/ext4-online-resize-fix-for-group-descriptor-corruption.patch +++ b/ext4-online-resize-fix-for-group-descriptor-corruption.patch @@ -1,4 +1,4 @@ -Ext4: Fix online resize block group descriptor corruption +ext4: Fix online resize block group descriptor corruption From: Frederic Bohe -- 2.11.4.GIT