id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2539	On 64-bit struct vfs_s_super not aligned	pavlinux		"{{{
#!div style=""font-size: 80%""
Code highlighting:
  {{{#!C
/* Single connection or archive */
struct vfs_s_super
{
    struct vfs_class *me;
    struct vfs_s_inode *root;
    char *name;                 /* My name, whatever it means */
    int fd_usage;               /* Number of open files */
    int ino_usage;              /* Usage count of this superblock */
    int want_stale;             /* If set, we do not flush cache properly */

   //    HERE 4-byte HOLE :(

    void *data;                 /* This is for filesystem-specific use */
};
   }}}
}}}"	defect	closed	minor	4.8	mc-vfs	master	wontfix		zaytsev				
