Changeset 2d0d637 in mainline for uspace/srv/fs/fat/fat_directory.c


Ignore:
Timestamp:
2011-06-21T18:56:31Z (14 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
61e29a4d
Parents:
9553d7d
Message:

Functions for checking string compatibility with SFN requirements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_directory.c

    r9553d7d r2d0d637  
    254254}
    255255
     256int fat_directory_write(fat_directory_t *di, char *name, fat_dentry_t *de)
     257{
     258        /* TODO: create LFN records if necessarry and create SFN record */
     259        return EOK;
     260}
     261
     262
    256263
    257264/**
Note: See TracChangeset for help on using the changeset viewer.