commit | 2304cb0c4438829c88bed69f57374b80ae31f0ba | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Jan 18 18:32:58 2016 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Feb 22 16:07:23 2016 -0800 |
tree | 6558a73688e39def7c8049a5aa4eb5de8560afd5 | |
parent | 7d768d2c264eec44941a13cb92200565e8c754d0 [diff] |
f2fs: export dirty_nats_ratio in sysfs This patch exports a new sysfs entry 'dirty_nat_ratio' to control threshold of dirty nat entries, if current ratio exceeds configured threshold, checkpoint will be triggered in f2fs_balance_fs_bg for flushing dirty nats. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>