]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/inode.c
fs: move i_count increments into find_inode/find_inode_fast
authorChristoph Hellwig <hch@lst.de>
Sat, 23 Oct 2010 11:09:06 +0000 (07:09 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:26:10 +0000 (21:26 -0400)
commitf7899bd5472e8e99741369b4a32eca44e5282a85
tree01297ddbb1bbeb0409f4f6bba81fbb3150794033
parentad5e195ac9fdf4e2b28b8cf14937e5b9384dac2e
fs: move i_count increments into find_inode/find_inode_fast

Now that iunique is not abusing find_inode anymore we can move the i_ref
increment back to where it belongs.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/inode.c