Chao Yu 5b7ee37414 f2fs: use atomic64_t for extent cache hit stat
Our hit stat of extent cache will increase all the time until remount,
and we use atomic_t type for the stat variable, so it may easily incur
overflow when we query extent cache frequently in a long time running
fs.

So to avoid that, this patch uses atomic64_t for hit stat variables.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
2015-10-09 16:20:55 -07:00
..
2015-06-11 15:04:20 -07:00
2015-10-09 16:20:54 -07:00
2015-10-09 16:20:55 -07:00
2015-08-21 22:43:32 -07:00
2015-10-09 16:20:54 -07:00
2015-10-09 16:20:54 -07:00
2015-08-20 09:00:06 -07:00