Ignore:
File:
1 edited

Legend:

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

    r4979403 refcebe1  
    5959        .concurrent_read_write = false,
    6060        .write_retains_size = false,
    61         .instance = 0,
    6261};
    6362
     
    6564{
    6665        printf(NAME ": HelenOS TMPFS file system server\n");
    67 
    68         if (argc == 3) {
    69                 if (!str_cmp(argv[1], "--instance"))
    70                         tmpfs_vfs_info.instance = strtol(argv[2], NULL, 10);
    71                 else {
    72                         printf(NAME " Unrecognized parameters");
    73                         return -1;
    74                 }
    75         }
    7666       
    7767        if (!tmpfs_init()) {
Note: See TracChangeset for help on using the changeset viewer.