nsfs: use d_make_root()
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 18 Nov 2023 21:50:29 +0000 (16:50 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 Nov 2023 07:49:43 +0000 (02:49 -0500)
commitfb7945b484b8a3c1e204c36eb9e4cf99f32141ee
treeb964a03fe82cf9df2085f978c9e397851f2729de
parent9024b4c96576162a13e58003b0d58e93ebe3ac33
nsfs: use d_make_root()

Normally d_make_root() is used to create the root dentry of superblock;
here we use it for a different purpose, but... idiomatic or not, we
need the same operation.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nsfs.c