Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2741 → Rev 2742

/trunk/uspace/srv/vfs/vfs_ops.c
677,7 → 677,7
/*
* The name has already been unlinked by vfs_lookup_internal().
* We have to get and put the VFS node to ensure that it is
* VFS_FREE'd after the last reference to it is dropped.
* VFS_DESTROY'ed after the last reference to it is dropped.
*/
vfs_node_t *node = vfs_node_get(&lr);
node->lnkcnt--;