commit | 5887e98b609e96ce61ee0528cf94a2bfdc809dd7 | [log] [tgz] |
---|---|---|
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | Sun Jul 05 23:12:04 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Jul 05 23:12:04 2009 -0400 |
tree | 41cc58790c649da6d4e1d0afa440bda994420ddd | |
parent | ffacfa7a79d6c00624196b2d13b0a7f72f2b8227 [diff] |
ext4: Calculate required journal credits for inserting an extent properly When we have space in the extent tree leaf node we should be able to insert the extent with much less journal credits. The code was doing proper calculation but missed a return statement. Reported-by: Andreas Dilger <adilger@sun.com> Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>