Changeset cf19ab5 in mainline


Ignore:
Timestamp:
2008-02-17T20:05:47Z (16 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
343dc9e3
Parents:
f15cf1a6
Message:

Unlink a TMPFS node more thoroughly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/tmpfs/tmpfs_ops.c

    rf15cf1a6 rcf19ab5  
    205205                tmp->sibling = dentry->sibling;
    206206        }
     207        dentry->sibling = NULL;
     208        dentry->parent = NULL;
    207209
    208210        return EOK;
Note: See TracChangeset for help on using the changeset viewer.