Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs.c

    rbbddafb r852b801  
    4848#include <unistd.h>
    4949#include <stdio.h>
    50 #include <task.h>
    5150#include <libfs.h>
    5251#include "../../vfs/vfs.h"
     
    5655
    5756vfs_info_t tmpfs_vfs_info = {
    58         .name = NAME,
     57        .name = "tmpfs",
    5958};
    6059
     
    9190        }
    9291       
    93         dprintf(NAME ": connection opened\n");
     92        dprintf("VFS-TMPFS connection established.\n");
    9493        while (1) {
    9594                ipc_callid_t callid;
     
    163162
    164163        printf(NAME ": Accepting connections\n");
    165         task_retval(0);
    166164        async_manager();
    167165        /* not reached */
Note: See TracChangeset for help on using the changeset viewer.