commit | 3451538a114d738a6528b1da58e19e7d8964c647 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Thu Feb 14 22:38:02 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Feb 26 02:43:22 2013 -0500 |
tree | 6aeefee69b655c3a0817c6fb7c3771d69937e630 | |
parent | 3f3834c35466324e3a7d7bf3a950dbcd99645f38 [diff] |
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 <viro@zeniv.linux.org.uk>