Changeset 7234617 in mainline for uspace/srv/fs/exfat/exfat_ops.c


Ignore:
Timestamp:
2011-08-21T15:27:45Z (13 years ago)
Author:
Oleg Romanenko <romanenko.oleg@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9fbe05e
Parents:
c56c4576
Message:

FAT: fixes for mips support

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/exfat/exfat_ops.c

    rc56c4576 r7234617  
    925925
    926926/* Print debug info */
     927/*
    927928static void exfat_fsinfo(exfat_bs_t *bs, devmap_handle_t devmap_handle)
    928929{
     
    941942        printf("KBytes per cluster: %d\n", SPC(bs)*BPS(bs)/1024);
    942943
    943         /* bitmap_set_cluster(bs, devmap_handle, 9); */
    944         /* bitmap_clear_cluster(bs, devmap_handle, 9); */
    945 
    946944        int i, rc;
    947945        exfat_cluster_t clst;
     
    957955        }
    958956}
    959 
     957*/
     958 
    960959static int
    961960exfat_mounted(devmap_handle_t devmap_handle, const char *opts, fs_index_t *index,
     
    11341133        }
    11351134
    1136         exfat_fsinfo(bs, devmap_handle);
    1137         printf("Root dir size: %lld\n", rootp->size);
     1135        /* exfat_fsinfo(bs, devmap_handle); */
    11381136
    11391137        *index = rootp->idx->index;
Note: See TracChangeset for help on using the changeset viewer.