Changeset b14d9f9 in mainline for uspace/srv/vfs/vfs_ops.c


Ignore:
Timestamp:
2017-05-05T17:37:36Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
951f6b9e
Parents:
75b24cd
Message:

Mount should be able to print the list of available file system types.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/vfs/vfs_ops.c

    r75b24cd rb14d9f9  
    147147
    148148        if (fs_handle == 0)
    149                 return ENOENT;
     149                return ENOFS;
    150150       
    151151        /* Tell the mountee that it is being mounted. */
Note: See TracChangeset for help on using the changeset viewer.