http://oss.sgi.com/bugzilla/show_bug.cgi?id=311
------- Additional Comments From steven.wilton@xxxxxxxxxxxxxx 2004-11-05 00:30
PDT -------
The 2.6.6 kernel was consistently displaying the original bug very consistently
on our backup server until I applied the following patch.
--- fs/xfs/linux/xfs_buf.c.orig Tue May 11 13:38:54 2004
+++ fs/xfs/linux/xfs_buf.c Tue May 11 13:40:20 2004
@@ -370,8 +370,8 @@
retry:
page = find_or_create_page(mapping, first + i, gfp_mask);
if (unlikely(page == NULL)) {
- if (flags & PBF_READ_AHEAD)
- return -ENOMEM;
+ //if (flags & PBF_READ_AHEAD)
+ // return -ENOMEM;
/*
* This could deadlock.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
|