kayws426 / embox

Automatically exported from code.google.com/p/embox
0 stars 1 forks source link

ramfs has no umount #666

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. mkdir -t ramfs /dev/ram0
2. mount -t ramfs /dev/ram0 /mnt
3. umount /mnt

What is the expected output? What do you see instead?
Instead of unmounting "Function not implemented" printed out

Please use labels and text to provide additional information.

Original issue reported on code.google.com by drakon.m...@gmail.com on 25 Dec 2013 at 3:28