Changeset 7234617 in mainline for uspace/srv/fs/exfat/exfat_ops.c
- Timestamp:
- 2011-08-21T15:27:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9fbe05e
- Parents:
- c56c4576
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/exfat/exfat_ops.c
rc56c4576 r7234617 925 925 926 926 /* Print debug info */ 927 /* 927 928 static void exfat_fsinfo(exfat_bs_t *bs, devmap_handle_t devmap_handle) 928 929 { … … 941 942 printf("KBytes per cluster: %d\n", SPC(bs)*BPS(bs)/1024); 942 943 943 /* bitmap_set_cluster(bs, devmap_handle, 9); */944 /* bitmap_clear_cluster(bs, devmap_handle, 9); */945 946 944 int i, rc; 947 945 exfat_cluster_t clst; … … 957 955 } 958 956 } 959 957 */ 958 960 959 static int 961 960 exfat_mounted(devmap_handle_t devmap_handle, const char *opts, fs_index_t *index, … … 1134 1133 } 1135 1134 1136 exfat_fsinfo(bs, devmap_handle); 1137 printf("Root dir size: %lld\n", rootp->size); 1135 /* exfat_fsinfo(bs, devmap_handle); */ 1138 1136 1139 1137 *index = rootp->idx->index;
Note:
See TracChangeset
for help on using the changeset viewer.