diff options
author | Aneesh Kumar K.V | 2008-05-15 20:43:20 +0200 |
---|---|---|
committer | Theodore Ts'o | 2008-05-15 20:43:20 +0200 |
commit | 519deca0496a4df07d15acf3181ca5d573bffdec (patch) | |
tree | de86a407e1ea429fde16bc85d4587ebe4aa8194b /fs/jbd2 | |
parent | ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems (diff) | |
download | kernel-qcow2-linux-519deca0496a4df07d15acf3181ca5d573bffdec.tar.gz kernel-qcow2-linux-519deca0496a4df07d15acf3181ca5d573bffdec.tar.xz kernel-qcow2-linux-519deca0496a4df07d15acf3181ca5d573bffdec.zip |
ext4: Retry block allocation if new blocks are allocated from system zone.
If the block allocator gets blocks out of system zone ext4 calls
ext4_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.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: Mingming Cao <cmm@us.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions