[Ocfs2-tools-commits] branch, master, updated. ocfs2-tools-1.4.0-246-ga08abc8

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Mon Feb 2 23:04:08 PST 2009


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, master has been updated
       via  a08abc89867b720abcc56c28f05230f65ce861cd (commit)
      from  18a624c3dbc68df6d4e45fb2e332d694f1298ae1 (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 a08abc89867b720abcc56c28f05230f65ce861cd
Author: Tristan Ye <tristan.ye at oracle.com>
Date:   Sat Jan 31 16:48:45 2009 +0800

    Ocfs2-tools: Correct fs_locks dump for debugfs.ocfs2
    
    Noticed that dump_fs_locks only dumps half of the all lockres, it was due to
    the fault of dump_version_two() func, this func seems has been added early for
    the sake of keeping compatible for version two. and it was used to dump 9 more
    records which were new in version 2. but unfortuately, the author seems wrongly
    read the '\t' of last record of each lock entry. this patch correct such a reading
    mistake.
    
    Signed-off-by: Tristan Ye <tristan.ye at oracle.com>
    Signed-off-by: Sunil Mushran <sunil.mushran at oracle.com>

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

Summary of changes:
 debugfs.ocfs2/dump_fs_locks.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)


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



More information about the Ocfs2-tools-commits mailing list