commit | ad5e195ac9fdf4e2b28b8cf14937e5b9384dac2e | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sat Oct 23 07:00:16 2010 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Oct 25 21:26:10 2010 -0400 |
tree | 0345280d9095f5046c03ed25893aad229fae9369 | |
parent | 4c51acbc66f754e536e1c9e3331656b69bce86d0 [diff] |
fs: Stop abusing find_inode_fast in iunique Stop abusing find_inode_fast for iunique and opencode the inode hash walk. Introduce a new iunique_lock to protect the iunique counters once inode_lock is removed. Based on a patch originally from Nick Piggin. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>