commit | 03e14d522eb1fdf9c0ce37085cb56749342a842c | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Dec 08 19:08:20 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Dec 08 10:54:59 2014 -0800 |
tree | 38c93ae568af7ce3ec44812db861faa0d4393158 | |
parent | 51455b19384d26afac4f214fab2ad0a4f1964e30 [diff] |
f2fs: use atomic for counting inode with inline_{dir,inode} flag As inline_{dir,inode} stat is increased/decreased concurrently by multi threads, so the value is not so accurate, let's use atomic type for counting accurately. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>