diff options
author | 2015-12-28 11:39:06 -0800 | |
---|---|---|
committer | 2015-12-30 10:14:20 -0800 | |
commit | ed3d12561a731b99b58c6c95151291cebf0b3feb (patch) | |
tree | 1432e73abf2af1d07a41a6d3ab4e76bb3ea46811 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | f2fs: use i_size_read to get i_size (diff) | |
download | wireguard-linux-ed3d12561a731b99b58c6c95151291cebf0b3feb.tar.xz wireguard-linux-ed3d12561a731b99b58c6c95151291cebf0b3feb.zip |
f2fs: load largest extent all the time
Otherwise, we can get mismatched largest extent information.
One example is:
1. mount f2fs w/ extent_cache
2. make a small extent
3. umount
4. mount f2fs w/o extent_cache
5. update the largest extent
6. umount
7. mount f2fs w/ extent_cache
8. get the old extent made by #2
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions