Changeset c4eeb2f in mainline


Ignore:
Timestamp:
2011-04-03T15:57:15Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
2d7c77a
Parents:
87d4422
Message:

Remove unused field "dirty" from the generic dentry structure.

Location:
uspace/srv/fs/minixfs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs.h

    r87d4422 rc4eeb2f  
    125125
    126126        /*The following fields do not exist on disk but only in memory*/
    127         bool dirty;
     127
     128        /*Index of the dentry in the list*/
    128129        unsigned index;
    129130        /*Pointer to the node at witch the dentry belongs*/
  • uspace/srv/fs/minixfs/mfs_dentry.c

    r87d4422 rc4eeb2f  
    7979        block_put(b);
    8080
    81         d_info->dirty = false;
    8281        d_info->index = index;
    8382        d_info->node = mnode;
Note: See TracChangeset for help on using the changeset viewer.