From: Nick Piggin Date: Wed, 18 Nov 2009 04:30:19 +0000 (+0100) Subject: fs: no games with DCACHE_UNHASHED X-Git-Tag: v2.6.33-rc1~34^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a3a065e3f13da8a3470ed09c7f38aad256083726;p=pandora-kernel.git fs: no games with DCACHE_UNHASHED Filesystems outside the regular namespace do not have to clear DCACHE_UNHASHED in order to have a working /proc/$pid/fd/XXX. Nothing in proc prevents the fd link from being used if its dentry is not in the hash. Also, it does not get put into the dcache hash if DCACHE_UNHASHED is clear; that depends on the filesystem calling d_add or d_rehash. So delete the misleading comments and needless code. Acked-by: Miklos Szeredi Signed-off-by: Nick Piggin Signed-off-by: Al Viro --- Reading git-diff-tree failed