From: Nick Piggin Date: Fri, 7 Jan 2011 06:50:07 +0000 (+1100) Subject: fs: improve scalability of pseudo filesystems X-Git-Tag: v2.6.38-rc1~468^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b936885ab04dc6e0bb0ef35e0e23c1a7364d9e5;p=pandora-kernel.git fs: improve scalability of pseudo filesystems Regardless of how much we possibly try to scale dcache, there is likely always going to be some fundamental contention when adding or removing children under the same parent. Pseudo filesystems do not seem need to have connected dentries because by definition they are disconnected. Signed-off-by: Nick Piggin --- Reading git-diff-tree failed