Changeset b5553a2 in mainline for uspace/srv/vfs/vfs_lookup.c


Ignore:
Timestamp:
2008-02-16T11:23:19Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f17667a
Parents:
8ccd2ea
Message:

Introduce the notion of VFS node link counts.

File:
1 edited

Legend:

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

    r8ccd2ea rb5553a2  
    169169                result->triplet.index = (int) IPC_GET_ARG3(answer);
    170170                result->size = (size_t) IPC_GET_ARG4(answer);
     171                result->lnkcnt = (unsigned) IPC_GET_ARG5(answer);
    171172        }
    172173
Note: See TracChangeset for help on using the changeset viewer.