diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2009-02-17 10:32:37 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-02-20 14:40:27 -0800 |
commit | 29491134159a142518318e078db203334c056bee (patch) | |
tree | ba57fc8e99f373f54ff87799d50c45aefc667c1b /fs/hfs | |
parent | e33758bb159984e3205dd173d941240d26f4fd20 (diff) |
ext4: Fix s_dirty_blocks_counter if block allocation failed with nodelalloc
(cherry picked from commit 0087d9fb3f29f59e8d42c8b058376d80e5adde4c)
With nodelalloc option we need to update the dirty block counter on
block allocation failure. This is needed because we increment the
dirty block counter early in the block allocation phase. Without
the patch s_dirty_blocks_counter goes wrong so that filesystem's
free blocks decreases incorrectly.
Tested-by: Akira Fujita <a-fujita@rs.jp.nec.com>
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'fs/hfs')
0 files changed, 0 insertions, 0 deletions