commit | 646ec4615cd05972581c9c5342ed7a1e77df17bb | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Oct 23 07:15:32 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:26:10 2010 -0400 |
tree | 23c252d906f5356205b4d42c4ff9b4e6f70ebca2 | |
parent | f7899bd5472e8e99741369b4a32eca44e5282a85 [diff] |
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 <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>