char buf[VFS_NAME_MAXLEN];
size_t len = ksnprintfv(buf, fmt, VFS_NAME_MAXLEN, args);
- return __twifs_new_node(parent ? parent : fs_root, buf, len, VFS_IFSEQDEV);
+ return __twifs_new_node(parent ? parent : fs_root, buf, len, F_FILE);
}
struct twifs_node*