All of lore.kernel.org
 help / color / mirror / Atom feed
* [patch] JFS build fix for 2.5.8
@ 2002-04-15  0:15 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2002-04-15  0:15 UTC (permalink / raw)
  To: jfs-discussion@www-126.southbury.usf.ibm.com, lkml,
	Linus Torvalds

Missed a page->buffers -> page->private conversion.
Apologies..

--- 2.5.8/fs/jfs/jfs_metapage.c~dallocbase-35-pageprivate_fixes	Sun Apr 14 17:04:11 2002
+++ 2.5.8-akpm/fs/jfs/jfs_metapage.c	Sun Apr 14 17:04:11 2002
@@ -515,7 +515,7 @@ static inline void sync_metapage(metapag
 	lock_page(page);
 
 	/* we're done with this page - no need to check for errors */
-	if (page->buffers) {
+	if (page_has_buffers(page)) {
 		writeout_one_page(page);
 		waitfor_one_page(page);
 	}


-

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

only message in thread, other threads:[~2002-04-14 23:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-15  0:15 [patch] JFS build fix for 2.5.8 Andrew Morton

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.