commit | 347fa6f1c7cb5df2b38d3c9167cfe242ce0cd1da | [log] [tgz] |
---|---|---|
author | Akira Fujita <a-fujita@rs.jp.nec.com> | Wed Sep 16 14:25:07 2009 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Wed Sep 16 14:25:07 2009 -0400 |
tree | 1e4b467f7baa6c5fe291b0f53d6483776b2d5a54 | |
parent | 2147b1a6a48e28399120ca51d4a91840a278611f [diff] |
ext4: Add null extent check to ext_get_path There is the possibility that path structure which is taken by ext4_ext_find_extent() indicates null extents. Because during data block exchanging in ext4_move_extents(), constitution of an extent tree may be changed. As a solution, the patch adds null extent check to ext_get_path(). Reported-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: Akira Fujita <a-fujita@rs.jp.nec.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>