Changeset 9269c88 in mainline


Ignore:
Timestamp:
2011-10-11T21:45:40Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6d4d883
Parents:
bf08ff0
Message:

Fix some comments

Location:
uspace/srv/fs/mfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/mfs/mfs_inode.c

    rbf08ff0 r9269c88  
    322322
    323323        if (size_shrink == 0) {
    324                 /*File is empty*/
     324                /*Nothing to be done*/
    325325                return EOK;
    326326        }
  • uspace/srv/fs/mfs/mfs_ops.c

    rbf08ff0 r9269c88  
    897897
    898898        if (block == 0) {
    899                 /*Writing in a sparse block*/
    900899                uint32_t dummy;
    901900
Note: See TracChangeset for help on using the changeset viewer.