[PATCH 8/9] Convert inode cache locking to RCU

2007-11-21 Thread David Chinner
Use RCU locking on the inode radix trees To make use of the efficient radix tree gang lookups for inode cluster operations we had to increase the time we hold the radix tree read lock for. This will affect performance somewhat. Given that all the lookups are done on a radix tree and we already

[PATCH 8/9] Convert inode cache locking to RCU

2007-11-21 Thread David Chinner
Use RCU locking on the inode radix trees To make use of the efficient radix tree gang lookups for inode cluster operations we had to increase the time we hold the radix tree read lock for. This will affect performance somewhat. Given that all the lookups are done on a radix tree and we already