Changeset 83937ccd in mainline for uspace/srv/fs/tmpfs/tmpfs_ops.c


Ignore:
Timestamp:
2009-05-19T21:49:05Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
854c564
Parents:
27fd651
Message:

Rudimentary support for non-root mounts.

File:
1 edited

Legend:

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

    r27fd651 r83937ccd  
    251251                return NULL;
    252252        }
     253        fs_node_initialize(nodep->bp);
    253254        nodep->bp->data = nodep;        /* link the FS and TMPFS nodes */
    254255        if (!tmpfs_root_get(dev_handle))
Note: See TracChangeset for help on using the changeset viewer.