f2fs: expand counting dirty pages in the inode page cache
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 12 Sep 2014 22:53:45 +0000 (15:53 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 16 Sep 2014 11:10:39 +0000 (04:10 -0700)
Previously f2fs only counts dirty dentry pages, but there is no reason not to
expand the scope.

This patch changes the names on the management of dirty pages and to count
dirty pages in each inode info as well.

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/gc.c
fs/f2fs/inode.c
fs/f2fs/super.c

Simple merge
diff --cc fs/f2fs/data.c
Simple merge
diff --cc fs/f2fs/dir.c
Simple merge
diff --cc fs/f2fs/f2fs.h
Simple merge
diff --cc fs/f2fs/gc.c
Simple merge
diff --cc fs/f2fs/inode.c
Simple merge
diff --cc fs/f2fs/super.c
Simple merge