[Ocfs2-tools-commits] branch, metaecc, updated. ocfs2-tools-1.4.0-233-g8a2066a

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Tue Dec 16 14:05:41 PST 2008


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 "Tools to manage the ocfs2 filesystem.".

The branch, metaecc has been updated
       via  8a2066a9df911f884a9539983d80d4ec9aec3f9b (commit)
      from  1f07b47df2bfafba6b81c514915810d5e633d1c1 (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 8a2066a9df911f884a9539983d80d4ec9aec3f9b
Author: Joel Becker <joel.becker at oracle.com>
Date:   Tue Dec 16 13:49:58 2008 -0800

    libocfs2: Cache code bits in parity calculation
    
    The parity calculation has to convert a data buffer bit offset into a
    code buffer bit offset.  By caching the difference between those
    offsets, we can make the calculation faster.  It starts from a more
    recent place.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 libocfs2/blockcheck.c |  179 +++++++++++++++++++++++++++++++++++++------------
 1 files changed, 137 insertions(+), 42 deletions(-)


hooks/post-receive
-- 
Tools to manage the ocfs2 filesystem.



More information about the Ocfs2-tools-commits mailing list