ocfs2-devel.oss.oracle.com archive mirror
 help / color / mirror / Atom feed
From: Joel Becker <Joel.Becker@oracle.com>
To: ocfs2-devel@oss.oracle.com
Subject: [Ocfs2-devel] [PATCH 2/2] Ocfs2: Handle O_DIRECT writes with coherency option.
Date: Sun, 10 Oct 2010 12:47:04 -0700	[thread overview]
Message-ID: <20101010194704.GU13876@mail.oracle.com> (raw)
In-Reply-To: <4CB1C318.5080301@oracle.com>

On Sun, Oct 10, 2010 at 09:43:52PM +0800, Tao Ma wrote:
> ? 2010-10-10 18:59, Joel Becker wrote:
> >On Sat, Oct 09, 2010 at 07:26:42PM +0800, Tristan Ye wrote:
> >	if (direct_io&&  full_coherency) {
> >		/*
> >		 * We need to take and drop the inode lock to force
> >		 * other nodes to drop their caches.  Buffered I/O
> >		 * already does this in write_begin().
> >		 */
> >
> >>+		ret = ocfs2_inode_lock(inode, NULL, 1);
> >>+		if (ret<  0) {
> >>+			mlog_errno(ret);
> >>+			goto out_sems;
> >>+		}
> >>+		
> >>+		/*
> >>+		 * Safe to drop the inode_lock immediately since we're just
> >>+		 * telling other nodes to flush their cache.
> >>+		 */
> >	And you don't need this comment.
> I also have another concern. Do we really need the exclusive lock? I
> think a PR lock should
> let others to flush the cache for us.

	If they already have a PR, they're not going to drop it just
because we take a PR.  They're going to stay at PR and keep their cached
data, which is the right thing for them to do from a performance
standpoint.

Joel

-- 

"There is a country in Europe where multiple-choice tests are
 illegal."
        - Sigfried Hulzer

Joel Becker
Consulting Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127

  reply	other threads:[~2010-10-10 19:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-09 11:26 [Ocfs2-devel] [PATCH 1/2] Ocfs2: Add a mount option "coherency=*" for O_DIRECT writes Tristan Ye
2010-10-09 11:26 ` [Ocfs2-devel] [PATCH 2/2] Ocfs2: Handle O_DIRECT writes with coherency option Tristan Ye
2010-10-10 10:59   ` Joel Becker
2010-10-10 13:43     ` Tao Ma
2010-10-10 19:47       ` Joel Becker [this message]
2010-10-10 10:51 ` [Ocfs2-devel] [PATCH 1/2] Ocfs2: Add a mount option "coherency=*" for O_DIRECT writes Joel Becker

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=20101010194704.GU13876@mail.oracle.com \
    --to=joel.becker@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).