commit | cde2d7a796f7e895e25b43471ed658079345636d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Mon Aug 12 09:29:30 2013 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Mon Aug 12 09:29:30 2013 -0400 |
tree | 5f780ac8b79c0f4e34997d2855e3c7b88b8b5276 | |
parent | 6ae6514b33f941d3386da0dfbe2942766eab1577 [diff] |
ext4: flush the extent status cache during EXT4_IOC_SWAP_BOOT Previously we weren't swapping only some of the extent_status LRU fields during the processing of the EXT4_IOC_SWAP_BOOT ioctl. The much safer thing to do is to just completely flush the extent status tree when doing the swap. Signed-off-by: "Theodore Ts'o" <tytso@mit.edu> Cc: Zheng Liu <gnehzuil.liu@gmail.com> Cc: stable@vger.kernel.org