lkml.org 
[lkml]   [2002]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[patch] JFS build fix for 2.5.8
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);
}

-
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:25    [W:0.031 / U:0.648 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site