All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wim Coekaerts <wim.coekaerts@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH]Enable 2.6 file data flushing
Date: Tue Mar 23 22:23:12 2004	[thread overview]
Message-ID: <20040324042306.GE1516@ca-server1.us.oracle.com> (raw)
In-Reply-To: <200403240411.i2O4BrRr014124@penguin.co.intel.com>

hmm now I wonder if we dont' also need that in 2.4...


On Tue, Mar 23, 2004 at 08:11:53PM -0800, Rusty Lynch wrote:
> The following small patch makes a 2.6 built kernel flush it's 
> data buffers to disk on ocfs_sync_inode, fixing bug #46
> 
> http://oss.oracle.com/bugzilla/show_bug.cgi?id=46
> 
>     --rusty
> 
> Index: src/file.c
> ===================================================================
> --- src/file.c	(revision 807)
> +++ src/file.c	(working copy)
> @@ -68,6 +68,7 @@
>  {
>  	int status;
>  #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,0)
> +	filemap_fdatawrite(inode->i_mapping);	
>  	status = sync_mapping_buffers(inode->i_mapping);
>  #else
>  	status = fsync_inode_buffers(inode);
> _______________________________________________
> Ocfs2-devel mailing list
> Ocfs2-devel@oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/ocfs2-devel

  reply	other threads:[~2004-03-23 22:23 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-23 22:11 [Ocfs2-devel] [PATCH]Enable 2.6 file data flushing Rusty Lynch
2004-03-23 22:23 ` Wim Coekaerts [this message]
2004-03-23 23:59   ` Rusty Lynch
2004-03-24  3:40     ` Wim Coekaerts
2004-03-24 16:37     ` Mark Fasheh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040324042306.GE1516@ca-server1.us.oracle.com \
    --to=wim.coekaerts@oracle.com \
    --cc=ocfs2-devel@oss.oracle.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.