From: Christoph Hellwig Date: Sat, 23 Oct 2010 11:15:32 +0000 (-0400) Subject: fs: remove inode_add_to_list/__inode_add_to_list X-Git-Tag: v2.6.37-rc1~94^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=646ec4615cd05972581c9c5342ed7a1e77df17bb;p=pandora-kernel.git fs: remove inode_add_to_list/__inode_add_to_list Split up inode_add_to_list/__inode_add_to_list. Locking for the two lists will be split soon so these helpers really don't buy us much anymore. The __ prefixes for the sb list helpers will go away soon, but until inode_lock is gone we'll need them to distinguish between the locked and unlocked variants. Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- Reading git-diff-tree failed