From 002a41cabb5829d59c0337dcb5fa3893e0bb15fd Mon Sep 17 00:00:00 2001 From: Chao Yu Date: Mon, 4 Aug 2014 09:54:58 +0800 Subject: [PATCH] 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 Signed-off-by: Jaegeuk Kim --- Reading git-format-patch failed