commit | 10809df84a4d868db61af621bae3658494165279 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:40:09 2014 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Sep 01 14:40:09 2014 -0400 |
tree | 07058f847b286c07f27c82033e7b2d8c0fc1af7a | |
parent | b7ea89ad0a6b855172158a999d3f5008403f4011 [diff] |
ext4: teach ext4_ext_find_extent() to realloc path if necessary This adds additional safety in case for some reason we end reusing a path structure which isn't big enough for current depth of the inode. Signed-off-by: Theodore Ts'o <tytso@mit.edu>