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  1cb18e1e0de4873f98c58e23e1ed133c3914272f (commit)
      from  015d12aaa7a63dbec0ba2230298caa7b5d802c2b (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 1cb18e1e0de4873f98c58e23e1ed133c3914272f
Author: Samuel Thibault <[email protected]>
Date:   Sat Sep 22 23:45:28 2012 +0200

    Avoid waiting for disk I/O completion
    
    This improves performance quite a bit, and is not less safe.
    
    * ext2fs/dir.c (diskfs_direnter_hard, diskfs_dirremove_hard,
    diskfs_dirrewrite_hard): Pass diskfs_synchronous instead of 1 as wait
    parameter to diskfs_file_update.
    * ext2fs/truncate.c (diskfs_truncate): Likewise.
    * libdiskfs/dir-init.c (diskfs_init_dir): Likewise.
    * libdiskfs/dir-link.c (diskfs_S_dir_link): Likewise.
    * libdiskfs/dir-rename.c (diskfs_S_dir_rename): Likewise.
    * libdiskfs/dir-renamed.c (diskfs_rename_dir): Likewise.
    * libdiskfs/file-set-trans.c (diskfs_S_file_set_translator): Likewise.
    * libdiskfs/node-create.c (diskfs_create_node): Likewise.
    * libdiskfs/node-drop.c (diskfs_drop_node): Likewise.

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

Summary of changes:
 ext2fs/dir.c               |    6 +++---
 ext2fs/truncate.c          |    5 +++--
 libdiskfs/dir-init.c       |    2 +-
 libdiskfs/dir-link.c       |    2 +-
 libdiskfs/dir-rename.c     |    2 +-
 libdiskfs/dir-renamed.c    |    2 +-
 libdiskfs/file-set-trans.c |    2 +-
 libdiskfs/node-create.c    |    2 +-
 libdiskfs/node-drop.c      |    2 +-
 9 files changed, 13 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
Hurd

Reply via email to