Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset 00a9625 in mainline for uspace/srv/fs/fat/fat_ops.c


Ignore:
Timestamp:
2009-08-12T18:21:03Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial
Children:
b713492b
Parents:
8b58fc1
Message:

fat_create_node() should mark new zeroed blocks dirty.

File:
1 edited

Legend:

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

    r8b58fc1 r00a9625  
    343343                        /* mark all dentries as never-used */
    344344                        memset(b->data, 0, bps);
    345                         b->dirty = false;
     345                        b->dirty = true;
    346346                        block_put(b);
    347347                }
Note: See TracChangeset for help on using the changeset viewer.