Changeset 36c3139 in mainline for uspace/srv/fs/cdfs/cdfs_ops.c


Ignore:
Timestamp:
2017-10-04T18:29:22Z (7 years ago)
Author:
jzr <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8974294
Parents:
fa77af7
Message:

CDFS has structure fields after a field of variable length.

This is unused and probably wouldn't work as intended anyway, so just removing it for now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/cdfs/cdfs_ops.c

    rfa77af7 r36c3139  
    156156       
    157157        cdfs_dir_t root_dir;
    158         uint8_t pad0;
    159        
    160         uint8_t set_ident[128];
    161         uint8_t publisher_ident[128];
    162         uint8_t preparer_ident[128];
    163         uint8_t app_ident[128];
    164        
    165         uint8_t copyright_file_ident[37];
    166         uint8_t abstract_file_ident[37];
    167         uint8_t biblio_file_ident[37];
    168        
    169         cdfs_datetime_t creation;
    170         cdfs_datetime_t modification;
    171         cdfs_datetime_t expiration;
    172         cdfs_datetime_t effective;
    173        
    174         uint8_t fs_version;
    175158} __attribute__((packed)) cdfs_vol_desc_prisec_t;
    176159
Note: See TracChangeset for help on using the changeset viewer.