From: jacob Date: Fri, 19 Nov 2004 05:27:04 +0000 (+0000) Subject: another build fix... X-Git-Tag: v1_8_0_110~486^5~96 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b6ef9d6af55a67ff6a30e13f7961af6a3e29ac9d;p=fs%2Flustre-release.git another build fix... --- diff --git a/lustre/kernel_patches/patches/mtd-2.6-suse-lnxi.patch b/lustre/kernel_patches/patches/mtd-2.6-suse-lnxi.patch index 0ca7ee0..18dd9b8 100644 --- a/lustre/kernel_patches/patches/mtd-2.6-suse-lnxi.patch +++ b/lustre/kernel_patches/patches/mtd-2.6-suse-lnxi.patch @@ -21386,15 +21386,6 @@ Index: linux-2.6.5-SLES9_SP1_BRANCH_2004111114454891/drivers/mtd/mtd_blkdevs.c * * (C) 2003 David Woodhouse * -@@ -81,7 +81,7 @@ - struct request_queue *rq = tr->blkcore_priv->rq; - - /* we might get involved when memory gets low, so use PF_MEMALLOC */ -- current->flags |= PF_MEMALLOC; -+ current->flags |= PF_MEMALLOC | PF_NOFREEZE; - - daemonize("%sd", tr->name); - @@ -220,7 +220,7 @@ return ret;