Changeset 594303b in mainline for uspace/app/tester/vfs/vfs1.c


Ignore:
Timestamp:
2009-04-18T15:32:56Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8d049ee0
Parents:
6b6e423a
Message:

Support mount options.
Let tmpfs decide whether to start empty or restored a TMPFS dump based on the mount option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/tester/vfs/vfs1.c

    r6b6e423a r594303b  
    4646        int rc;
    4747
    48         rc = mount("tmpfs", "/", "nulldev0", 0);
     48        rc = mount("tmpfs", "/", "nulldev0", "", 0);
    4949        switch (rc) {
    5050        case EOK:
Note: See TracChangeset for help on using the changeset viewer.