Changeset 3ca7059 in mainline


Ignore:
Timestamp:
2008-03-05T20:39:38Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7b6d98b
Parents:
adc8a63
Message:

Set the TMPFS root node's link count to 1.

File:
1 edited

Legend:

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

    radc8a63 r3ca7059  
    187187                return false;
    188188        root = (tmpfs_dentry_t *) tmpfs_create_node(L_DIRECTORY);
     189        root->lnkcnt = 1;
    189190        return root != NULL;
    190191}
Note: See TracChangeset for help on using the changeset viewer.