commit | fb7945b484b8a3c1e204c36eb9e4cf99f32141ee | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 18 16:50:29 2023 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sat Nov 25 02:49:43 2023 -0500 |
tree | b964a03fe82cf9df2085f978c9e397851f2729de | |
parent | 9024b4c96576162a13e58003b0d58e93ebe3ac33 [diff] |
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>