X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/bef1210245bb3180a57f26405369654eaa477f63..1eeed1150149b63d6e49e033697454bc12b533b9:/lunaix-os/kernel/fs/twifs/twifs.c diff --git a/lunaix-os/kernel/fs/twifs/twifs.c b/lunaix-os/kernel/fs/twifs/twifs.c index 9d6d9f7..6aa5f6a 100644 --- a/lunaix-os/kernel/fs/twifs/twifs.c +++ b/lunaix-os/kernel/fs/twifs/twifs.c @@ -208,7 +208,7 @@ twifs_file_node_vargs(struct twifs_node* parent, const char* fmt, va_list args) 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*