commit | 413b5c76d830ac780680c53861e0e954dbd99532 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <darrick.wong@oracle.com> | Mon Dec 15 12:26:57 2014 -0500 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Dec 15 12:26:57 2014 -0500 |
tree | 6a9f903cfeb01103064a93ae2f4a0cffd18d6bbe | |
parent | 8f7dee11811ba7fac833e1526e9224c7041c4b51 [diff] |
libext2fs: speed up the max extent depth api call The maximum extent tree depth really only depends on the filesystem block size, so cache the last result if possible. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Theodore Ts'o <tytso@mit.edu>