public inbox for cluster-cvs@sourceware.org
help / color / mirror / Atom feed
* cluster: STABLE3 - Revert "gfs-kernel: change __grab_cache_page to grab_cache_page_write_begin"
@ 2009-04-16  2:56 Abhijith Das
  0 siblings, 0 replies; only message in thread
From: Abhijith Das @ 2009-04-16  2:56 UTC (permalink / raw)
  To: cluster-cvs-relay

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;


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-04-16  2:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-04-16  2:56 cluster: STABLE3 - Revert "gfs-kernel: change __grab_cache_page to grab_cache_page_write_begin" Abhijith Das

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).