commit | 57db899c6fa251d9798166a83ce30b710f553653 | [log] [tgz] |
---|---|---|
author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | Tue Sep 06 04:36:45 2016 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Sep 23 09:02:37 2016 -0400 |
tree | df0ba5bf0a6a92dde90ce37dd943149ecd172dfb | |
parent | f577281a31ac5e15c564e84d5a8ff052470ec9e1 [diff] |
ext4: Avoid corruption of directories with hash tree indexes While directories can be read using the old linear scan method, adding a new file would require updating the index tree (alternatively, the whole tree could be removed). Signed-off-by: Stefan Brüns <stefan.bruens@rwth-aachen.de> Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>