commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] Hurd branch, master, updated. v0.7-117-gf4d6b64


From: Samuel Thibault
Subject: [SCM] Hurd branch, master, updated. v0.7-117-gf4d6b64
Date: Tue, 26 Apr 2016 20:41:37 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Hurd".

The branch, master has been updated
       via  f4d6b646a1aa6f8e489dd3eeae1a188de0b2a070 (commit)
      from  94ce9fa4c443ec9a0e6ecc92cb6b07534c321c75 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f4d6b646a1aa6f8e489dd3eeae1a188de0b2a070
Author: Samuel Thibault <address@hidden>
Date:   Tue Apr 26 22:37:09 2016 +0200

    Fix supporting >4GiB files in ext2fs
    
    * ext2fs/inode.c (diskfs_user_read_node): When sizeof(off_t) >= 8, add
    di->i_size_high as high-64bit part to st->st_size. Drop setting
    unused info->i_high_size.
    (write_node): When sizeof(off_t) >= 8, write high-64bit part of st->st_size
    to di->i_size_high.
    * ext2fs/ext2_fs_i.h (ext2_inode_info): Remove i_high_size field.
    * pfinet/linux-src/include/linux/ext2_fs_i.h (ext2_inode_info): Likewise.

-----------------------------------------------------------------------

Summary of changes:
 ext2fs/ext2_fs_i.h                         |    1 -
 ext2fs/inode.c                             |   20 ++++++++++++++------
 pfinet/linux-src/include/linux/ext2_fs_i.h |    1 -
 3 files changed, 14 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]