Subversion Repositories HelenOS

Rev

Rev 2948 | Rev 4348 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2948 Rev 4345
Line 43... Line 43...
43
 
43
 
44
char *test_vfs1(bool quiet)
44
char *test_vfs1(bool quiet)
45
{
45
{
46
    int rc;
46
    int rc;
47
 
47
 
48
    rc = mount("tmpfs", "/", "nulldev0");
48
    rc = mount("tmpfs", "/", "nulldev0", 0);
49
    switch (rc) {
49
    switch (rc) {
50
    case EOK:
50
    case EOK:
51
        if (!quiet)
51
        if (!quiet)
52
            printf("mounted tmpfs on /\n");
52
            printf("mounted tmpfs on /\n");
53
        break;
53
        break;