From: Nick Piggin Date: Thu, 21 Oct 2010 00:49:30 +0000 (+1100) Subject: fs: inode split IO and LRU lists X-Git-Tag: v2.6.37-rc1~94^2~4 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ccf19a8042e343f8159f8a5fdd6a9422aa90c78;p=pandora-kernel.git fs: inode split IO and LRU lists The use of the same inode list structure (inode->i_list) for two different list constructs with different lifecycles and purposes makes it impossible to separate the locking of the different operations. Therefore, to enable the separation of the locking of the writeback and reclaim lists, split the inode->i_list into two separate lists dedicated to their specific tracking functions. Signed-off-by: Nick Piggin Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed