[Ocfs2-tools-commits] branch, metaecc, updated. ocfs2-tools-1.4.0-229-gc621935

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Dec 15 14:03:10 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  c621935e05dc9b5f7b07ee547cfa114ff4b32841 (commit)
      from  cdcb8506dcc49ea7cdfffc4fcf8caa315884ee24 (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 c621935e05dc9b5f7b07ee547cfa114ff4b32841
Author: Joel Becker <joel.becker at oracle.com>
Date:   Mon Dec 15 14:01:28 2008 -0800

    libocfs2: Change ocfs2_open()'s csum check to match the kernel.
    
    The ocfs2_open() code can't sanely swap a superblock that isn't a valid
    superblock - it walks off the end.
    
    Let's do what the kernel does - validate the signature first, then check
    the ecc.  It means that ecc can't fix the signature, but that's a tiny
    little window fixed by backup supers.
    
    Signed-off-by: Joel Becker <joel.becker at oracle.com>

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

Summary of changes:
 libocfs2/openfs.c |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list