Nick Piggin 873feea09e fs: dcache per-inode inode alias locking
dcache_inode_lock can be replaced with per-inode locking. Use existing
inode->i_lock for this. This is slightly non-trivial because we sometimes
need to find the inode from the dentry, which requires d_inode to be
stabilised (either with refcount or d_lock).

Signed-off-by: Nick Piggin <npiggin@kernel.dk>
2011-01-07 17:50:31 +11:00
..
2010-10-28 11:18:00 -04:00
2011-01-07 17:50:26 +11:00
2010-10-27 21:39:39 +02:00
2010-12-10 13:01:50 -05:00
2011-01-07 17:50:23 +11:00
2010-10-23 15:27:35 -04:00
2010-10-23 15:27:37 -04:00
2010-10-26 13:56:42 -04:00
2010-10-23 15:27:35 -04:00
2010-10-07 18:48:49 -04:00
2011-01-07 17:50:21 +11:00