From: Al Viro Date: Fri, 15 Feb 2013 03:38:02 +0000 (-0500) Subject: shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() X-Git-Tag: v3.9-rc1~56^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3451538a114d738a6528b1da58e19e7d8964c647;p=pandora-kernel.git shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc() Note that provided ->d_dname() reproduces what we used to get for those guys in e.g. /proc/self/maps; it might be a good idea to change that to something less ugly, but for now let's keep the existing user-visible behaviour Signed-off-by: Al Viro --- Reading git-diff-tree failed