public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
From: Abhijith Das <adas@fedoraproject.org>
To: cluster-cvs-relay@redhat.com
Subject: cluster: STABLE3 - Revert "gfs-kernel: change __grab_cache_page to grab_cache_page_write_begin"
Date: Thu, 16 Apr 2009 02:56:00 -0000	[thread overview]
Message-ID: <20090416025601.88438120314@lists.fedorahosted.org> (raw)

Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d3ea920aa832c3c0d063bb9ac24b08731ee8d8c4
Commit:        d3ea920aa832c3c0d063bb9ac24b08731ee8d8c4
Parent:        ad295e1cc89bc14ab8d41105f4570b99f931eb8d
Author:        Abhijith Das <adas@redhat.com>
AuthorDate:    Wed Apr 15 21:55:08 2009 -0500
Committer:     Abhijith Das <adas@redhat.com>
CommitterDate: Wed Apr 15 21:55:08 2009 -0500

Revert "gfs-kernel: change __grab_cache_page to grab_cache_page_write_begin"

This reverts commit de4bd890114c9e9434af4885ec4f925ac7d38610.

This is part of a bigger patch that's in master. Will cherrypick that patch.
---
 gfs-kernel/src/gfs/ops_address.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs-kernel/src/gfs/ops_address.c b/gfs-kernel/src/gfs/ops_address.c
index 5e55477..55071a2 100644
--- a/gfs-kernel/src/gfs/ops_address.c
+++ b/gfs-kernel/src/gfs/ops_address.c
@@ -331,7 +331,7 @@ gfs_write_begin(struct file *file, struct address_space *mapping,
 		return -ENOSYS;
 
 	error = -ENOMEM;
-	page = grab_cache_page_write_begin(mapping, index, flags);
+	page = __grab_cache_page(mapping, index);
 	*pagep = page;
 	if (!page)
 		goto out;


                 reply	other threads:[~2009-04-16  2:56 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20090416025601.88438120314@lists.fedorahosted.org \
    --to=adas@fedoraproject.org \
    --cc=cluster-cvs-relay@redhat.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 read-only IMAP folder(s) and NNTP newsgroup(s).