Changeset 377cce8 in mainline for uspace/srv/fs/fat/fat_fat.h


Ignore:
Timestamp:
2010-07-25T21:08:47Z (15 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
746f623
Parents:
c621f4aa
Message:

Start to cache the FAT node's last cluster in fat_node_t and change
fat_append/chop_clusters() to make use of the cached value.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/fat/fat_fat.h

    rc621f4aa r377cce8  
    7272
    7373extern int fat_append_clusters(struct fat_bs *, struct fat_node *,
    74     fat_cluster_t);
     74    fat_cluster_t, fat_cluster_t);
    7575extern int fat_chop_clusters(struct fat_bs *, struct fat_node *,
    7676    fat_cluster_t);
Note: See TracChangeset for help on using the changeset viewer.