Changeset b33ec43 in mainline for uspace/srv/vfs/vfs.c


Ignore:
Timestamp:
2011-08-18T12:10:23Z (13 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
27b76ca
Parents:
7171760
Message:

Remove support for directly opening nodes from VFS and libfs.

File:
1 edited

Legend:

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

    r7171760 rb33ec43  
    8383                        vfs_open(callid, &call);
    8484                        break;
    85                 case VFS_IN_OPEN_NODE:
    86                         vfs_open_node(callid, &call);
    87                         break;
    8885                case VFS_IN_CLOSE:
    8986                        vfs_close(callid, &call);
Note: See TracChangeset for help on using the changeset viewer.