commit | 523334ba508a8baaf5fc9f15fbad9ed04f334f48 | [log] [tgz] |
---|---|---|
author | Yongqiang Yang <xiaoqiangnk@gmail.com> | Thu Mar 24 08:48:39 2011 +0800 |
committer | Jan Kara <jack@suse.cz> | Thu Mar 24 12:33:51 2011 +0100 |
tree | 828966b99914646068667b3ec1ca61225ea1b1cf | |
parent | eddecbb601c9ea3fab7e67d7892010fc9426d1e6 [diff] |
ext3: Fix writepage credits computation for ordered mode Original computation forgets to count writes of indirect block themselves (it only counts with blocks necessary for their allocation) in ordered mode. Acked-by: Amir Goldstein <amir73il@users.sf.net> Signed-off-by:Yongqiang Yang <xiaoqiangnk@gmail.com> Signed-off-by: Jan Kara <jack@suse.cz>