Changeset 5126f80 in mainline for uspace/app/bdsh/cmds/modules/unmount/unmount.c
- Timestamp:
- 2017-03-08T11:42:17Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade
- Children:
- 0d35511
- Parents:
- a737667e
- git-author:
- Jiri Zarevucky <zarevucky.jiri@…> (2017-03-08 11:42:17)
- git-committer:
- Jakub Jermar <jakub@…> (2017-03-08 11:42:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/unmount/unmount.c
ra737667e r5126f80 66 66 } 67 67 68 rc = vfs_unmount(argv[1]);68 rc = unmount(argv[1]); 69 69 if (rc != EOK) { 70 70 printf("Unable to unmount %s (rc=%d)\n", argv[1], rc);
Note:
See TracChangeset
for help on using the changeset viewer.