[Ocfs2-commits] branch, master, updated. ocfs2-1.4.8-23-g0f4e500

svn-commits at oss.oracle.com svn-commits at oss.oracle.com
Fri May 27 09:14:39 PDT 2011


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 "The ocfs2 filesystem version 1.4".

The branch, master has been updated
       via  0f4e5001540bd551670b886a8e70bb0baaa3c820 (commit)
      from  3f1d637a051b0194877de0ca510be7adb73d48f1 (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 0f4e5001540bd551670b886a8e70bb0baaa3c820
Author: Goldwyn Rodrigues <rgoldwyn at gmail.com>
Date:   Fri May 27 09:10:58 2011 -0700

    Treat writes as new when holes span across page boundaries
    
    Mainline commit 272b62c1f0f6f742046e45b50b6fec98860208a0
    
    When a hole spans across page boundaries, the next write forces
    a read of the block. This could end up reading existing garbage
    data from the disk in ocfs2_map_page_blocks. This leads to
    non-zero holes. In order to avoid this, mark the writes as new
    when the holes span across page boundaries.
    
    Signed-off-by: Goldwyn Rodrigues <rgoldwyn at suse.de>
    Signed-off-by: jlbec <jlbec at evilplan.org>

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

Summary of changes:
 fs/ocfs2/aops.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
The ocfs2 filesystem version 1.4



More information about the Ocfs2-commits mailing list