• David Sterba's avatar
    btrfs: open code timespec64 in struct btrfs_inode · c6e8f898
    David Sterba authored
    The type of timespec64::tv_nsec is 'unsigned long', while we have only
    u32 for on-disk and in-memory. This wastes a few bytes in btrfs_inode.
    Add separate members for sec and nsec with the corresponding type width.
    This creates a 4 byte hole in btrfs_inode which can be utilized in the
    future.
    Signed-off-by: default avatarDavid Sterba <dsterba@suse.com>
    c6e8f898
delayed-inode.c 61.1 KB