Changeset 6a7e497 in mainline for uspace/srv/fs/ext2fs/ext2fs.c


Ignore:
Timestamp:
2011-06-02T19:05:17Z (13 years ago)
Author:
Martin Sucha <sucha14@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16b2ea8
Parents:
18626b3 (diff), d030e0c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge with the original ext2 branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/ext2fs/ext2fs.c

    r18626b3 r6a7e497  
    161161               
    162162        rc = fs_register(vfs_phone, &ext2fs_reg, &ext2fs_vfs_info, ext2fs_connection);
     163        if (rc != EOK) {
     164                fprintf(stdout, NAME ": Failed to register fs (%d)\n", rc);
     165                return 1;
     166        }
    163167       
    164168        printf(NAME ": Accepting connections\n");
Note: See TracChangeset for help on using the changeset viewer.