Changeset 1ac1ab4 in mainline for uspace/srv/fs/ext4fs/ext4fs.c


Ignore:
Timestamp:
2012-03-31T20:00:15Z (12 years ago)
Author:
Frantisek Princ <frantisek.princ@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a2fa350
Parents:
38384ae
Message:

simplied headers of more functions, improved bg_ref and inode_ref structures, added block group checksumming and fixed bug in block_group values updating

File:
1 edited

Legend:

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

    r38384ae r1ac1ab4  
    6161                        ext4fs_vfs_info.instance = strtol(argv[2], NULL, 10);
    6262                else {
    63                         printf(NAME " Unrecognized parameters");
     63                        printf(NAME " Unrecognized parameters\n");
    6464                        return -1;
    6565                }
Note: See TracChangeset for help on using the changeset viewer.