Changeset 4f46695e in mainline for uspace/srv/vfs/vfs.h


Ignore:
Timestamp:
2009-05-09T08:39:28Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cf95bc0
Parents:
f4876df
Message:

Lookup a node's parent lexically rather than using the broken L_PARENT flag of
VFS_LOOKUP.

File:
1 edited

Legend:

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

    rf4876df r4f46695e  
    167167 */
    168168#define L_UNLINK        32     
    169 /**
    170  * L_PARENT performs a lookup but returns the triplet of the parent node.
    171  * This flag may not be combined with any other lookup flag.
    172  */
    173 #define L_PARENT        64     
    174169
    175170typedef enum vfs_node_type {
Note: See TracChangeset for help on using the changeset viewer.