summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHaicheng Li <haicheng.li@linux.intel.com>2013-04-28 19:16:06 +0800
committerJaegeuk Kim <jaegeuk.kim@samsung.com>2013-04-30 12:07:32 +0900
commit6cac3759ce118a87103ce4342e6de98215d01787 (patch)
treeea597bcaf02e80a3b09d5e4a46c8d812c211d890 /scripts
parentafcb7ca01f47b0481e0b248d1542d0934fa70767 (diff)
downloadblackbird-op-linux-6cac3759ce118a87103ce4342e6de98215d01787.tar.gz
blackbird-op-linux-6cac3759ce118a87103ce4342e6de98215d01787.zip
f2fs: fix inconsistent using of NM_WOUT_THRESHOLD
try_to_free_nats() is usually called with parameter nr_shrink as "nm_i->nat_cnt - NM_WOUT_THRESHOLD" by flush_nat_entries() during checkpointing process. However, this is inconsistent with the actual threshold check as "if (nm_i->nat_cnt < 2 * NM_WOUT_THRESHOLD)" , which will ignore the free_nats requests when NM_WOUT_THRESHOLD < nm_i->nat_cnt < 2 * NM_WOUT_THRESHOLD So fix the threshold check condition. Signed-off-by: Haicheng Li <haicheng.li@linux.intel.com> Signed-off-by: Jaegeuk Kim <jaegeuk.kim@samsung.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud