commit-hurd
[Top][All Lists]
Advanced

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

[SCM] Hurd branch, master, updated. v0.5-244-g151133a


From: Justus Winter
Subject: [SCM] Hurd branch, master, updated. v0.5-244-g151133a
Date: Wed, 30 Apr 2014 09:47:59 +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  151133a33c18e9ba103cea77a269b56c6f5cf23a (commit)
       via  ff9e97b120076b8707474b4580e1bab205f6dd62 (commit)
       via  85f3757d3ce0e9700cd647420e0257b69b91b9e9 (commit)
       via  c9fa217a8ed0c167c41800e892c913c1649463a8 (commit)
      from  97737d1ee3ce95e45a1a4aa636cc2e11a106a9f5 (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 151133a33c18e9ba103cea77a269b56c6f5cf23a
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 02:08:41 2014 +0200

    tmpfs: improve diskfs_node_iterate
    
    Currently, diskfs_node_iterate iterates twice over all nodes.  The
    first time only to determine the number of nodes.  Simply count them
    instead.
    
    * tmpfs/node.c (all_nodes_nr_items): New variable.
    (diskfs_free_node): Decrement all_nodes_nr_items.
    (diskfs_node_norefs): Likewise.
    (diskfs_cached_lookup): Increment all_nodes_nr_items.
    (diskfs_node_iterate): Fix type of sum_nodes, use all_nodes_nr_items.

commit ff9e97b120076b8707474b4580e1bab205f6dd62
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 02:04:31 2014 +0200

    fatfs: improve diskfs_node_iterate
    
    Currently, diskfs_node_iterate iterates twice over all nodes in the
    cache.  The first time only to determine the number of nodes currently
    in the cache.  Simply count them instead.
    
    * fatfs/inode.c (nodehash_nr_items): New variable.
    (diskfs_cached_lookup): Increment nodehash_nr_items.
    (diskfs_cached_lookup_in_dirbuf): Likewise.
    (diskfs_node_norefs): Decrement nodehash_nr_items.
    (diskfs_node_iterate): Fix the type of num_nodes, use nodehash_nr_items.

commit 85f3757d3ce0e9700cd647420e0257b69b91b9e9
Author: Justus Winter <address@hidden>
Date:   Tue Apr 29 18:28:22 2014 +0200

    ext2fs: improve diskfs_node_iterate
    
    Currently, diskfs_node_iterate iterates twice over all nodes in the
    cache.  The first time only to determine the number of nodes currently
    in the cache.  Simply count them instead.
    
    * ext2fs/inode.c (nodehash_nr_items): New variable.
    (diskfs_cached_lookup): Increment nodehash_nr_items.
    (diskfs_node_norefs): Decrement nodehash_nr_items.
    (diskfs_node_iterate): Fix the type of num_nodes, use nodehash_nr_items.

commit c9fa217a8ed0c167c41800e892c913c1649463a8
Author: Justus Winter <address@hidden>
Date:   Wed Apr 30 01:13:47 2014 +0200

    fatfs: simplify expression
    
    * fatfs/pager.c (add_pager_max_prot): Simplify expression.

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

Summary of changes:
 ext2fs/inode.c |   11 ++++++-----
 fatfs/inode.c  |   13 ++++++++-----
 fatfs/pager.c  |    3 +--
 tmpfs/node.c   |    9 ++++++---
 4 files changed, 21 insertions(+), 15 deletions(-)


hooks/post-receive
-- 
Hurd



reply via email to

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