Searched hist:ed3d12561a731b99b58c6c95151291cebf0b3feb (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/f2fs/ |
H A D | extent_cache.c | diff ed3d12561a731b99b58c6c95151291cebf0b3feb Mon Dec 28 13:39:06 CST 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | inode.c | diff ed3d12561a731b99b58c6c95151291cebf0b3feb Mon Dec 28 13:39:06 CST 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|
H A D | f2fs.h | diff ed3d12561a731b99b58c6c95151291cebf0b3feb Mon Dec 28 13:39:06 CST 2015 Jaegeuk Kim <jaegeuk@kernel.org> 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>
|