Ticket #2539: align_struct_vfs_s_super.patch

File align_struct_vfs_s_super.patch, 750 bytes (added by pavlinux, 14 years ago)
  • lib/vfs/xdirentry.h

     lib/vfs/xdirentry.h |    2 +-
     1 files changed, 1 insertions(+), 1 deletions(-)
    
    diff --git a/lib/vfs/xdirentry.h b/lib/vfs/xdirentry.h
    index 87252e0..8ee2d96 100644
    a b struct vfs_s_super 
    5757    struct vfs_class *me; 
    5858    struct vfs_s_inode *root; 
    5959    char *name;                 /* My name, whatever it means */ 
     60    void *data;                 /* This is for filesystem-specific use */ 
    6061    int fd_usage;               /* Number of open files */ 
    6162    int ino_usage;              /* Usage count of this superblock */ 
    6263    int want_stale;             /* If set, we do not flush cache properly */ 
    63     void *data;                 /* This is for filesystem-specific use */ 
    6464}; 
    6565 
    6666/*