summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChao Yu <yuchao0@huawei.com>2018-07-27 18:15:14 +0800
committerJaegeuk Kim <jaegeuk@kernel.org>2018-09-18 13:39:32 -0700
commit7b4d1de67b1d81016fb4759fb3582f05f67f2f4c (patch)
treea75568eda01a4cac19136035bbfd45bf8c4cb77d /tools/perf/scripts/python
parented523c069502dcd1084aa4fcfef62817c1c17f79 (diff)
f2fs: fix to active page in lru list for read path
If config CONFIG_F2FS_FAULT_INJECTION is on, for both read or write path we will call find_lock_page() to get the page, but for read path, it missed to passing FGP_ACCESSED to allocator to active the page in LRU list, result in being reclaimed in advance incorrectly, fix it. Reported-by: Xianrong Zhou <zhouxianrong@huawei.com> Signed-off-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions