f2fs: record dirty status of regular/symlink inode
authorChao Yu <chao2.yu@samsung.com>
Wed, 16 Dec 2015 05:09:20 +0000 (13:09 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 16 Dec 2015 16:58:12 +0000 (08:58 -0800)
commitc227f912732f204c0ec4a577ba812401ac4672af
tree86bb9eb87ccf717cbe486d1d1b7e0eab31e10cbc
parentb3980910f746d885111db7252f664600de2a5ea3
f2fs: record dirty status of regular/symlink inode

Maintain regular/symlink inode which has dirty pages in global dirty list
and record their total dirty pages count like the way of handling directory
inode.

Signed-off-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/dir.c
fs/f2fs/f2fs.h
fs/f2fs/inode.c
fs/f2fs/super.c