Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3655 → Rev 3656

/trunk/uspace/srv/fs/fat/fat_fat.c
409,7 → 409,7
if (fat_cluster_walk(bs, dev_handle, nodep->firstc, &lcl,
(uint16_t) -1) == 0) {
/* No clusters allocated to the node yet. */
nodep->firstc = host2uint16_t_le(mcl);
nodep->firstc = mcl;
nodep->dirty = true; /* need to sync node */
return;
}