diff options
| author | Aneesh Kumar K.V <[email protected]> | 2008-04-28 09:16:04 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2008-04-28 15:58:43 +0000 |
| commit | 8b91582500ae750db22bd515379616e5e9ad06ab (patch) | |
| tree | a8af9408f1c8136504efbcae8cde5e8eeb4a1089 /fs/jbd/commit.c | |
| parent | ext2: replace remaining __FUNCTION__ occurrences (diff) | |
| download | kernel-8b91582500ae750db22bd515379616e5e9ad06ab.tar.gz kernel-8b91582500ae750db22bd515379616e5e9ad06ab.zip | |
ext2: retry block allocation if new blocks are allocated from system zone
If the block allocator gets blocks out of system zone ext2 calls ext2_error.
But if the file system is mounted with errors=continue retry block allocation.
We need to mark the system zone blocks as in use to make sure retry don't
pick them again
System zone is the block range mapping block bitmap, inode bitmap and inode
table.
[[email protected]: fix typo in comment]
Signed-off-by: Aneesh Kumar K.V <[email protected]>
Cc: <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'fs/jbd/commit.c')
0 files changed, 0 insertions, 0 deletions
