]> bbs.cooldavid.org Git - net-next-2.6.git/commit
fs: remove inode_add_to_list/__inode_add_to_list
authorChristoph Hellwig <hch@lst.de>
Sat, 23 Oct 2010 11:15:32 +0000 (07:15 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:26:10 +0000 (21:26 -0400)
commit646ec4615cd05972581c9c5342ed7a1e77df17bb
tree23c252d906f5356205b4d42c4ff9b4e6f70ebca2
parentf7899bd5472e8e99741369b4a32eca44e5282a85
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>
fs/inode.c
fs/xfs/linux-2.6/xfs_iops.c
include/linux/fs.h