commit | 338bbfa086c34ed4ec33bd3c4c4a2ec89336a567 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Jun 02 11:08:56 2016 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jun 07 09:45:38 2016 -0700 |
tree | 06f797c28a93974c6f0b5aa326c2484106965268 | |
parent | 9f7c45ccd6d434e2778dd71fb825a7918979fc17 [diff] |
f2fs: avoid wrong count on dirty inodes The number should be covered by spin_lock. Otherwise we can see wrong count in f2fs_stat. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>