commit | 002a41cabb5829d59c0337dcb5fa3893e0bb15fd | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Mon Aug 04 09:54:58 2014 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Aug 04 13:01:22 2014 -0700 |
tree | caf176ab2b117c097ab240caccb3e4075f888fcd | |
parent | 70cfed88efa760fd165fc413cfd1801b5cc8acd2 [diff] |
f2fs: invalidate xattr node page when evict inode When inode is evicted, all the page cache belong to this inode should be released including the xattr node page. But previously we didn't do this, this patch fixed this issue. v2: o reposition invalidate_mapping_pages() to the right place suggested by Jaegeuk Kim. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>