From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 31 Oct 2004 14:36:16 +0200 From: Alex Yustasov To: ALT Linux kernel packages development Subject: Re: [d-kernel] =?koi8-r?Q?std26-up-2=2E6?= =?koi8-r?Q?=2E9_=C9?= swsusp2 Message-ID: <20041031123616.GA29438@server.by> Mail-Followup-To: Alex Yustasov , ALT Linux kernel packages development References: <20041027092426.GA6856@server.by> <418264A1.6030008@epam.com> <20041029155709.GE3271@wrars-comp.wrarsdomain> <4182709A.30602@epam.com> <20041030060221.GB3511@wrars-comp.wrarsdomain> <41833C57.1070504@epam.com> Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline In-Reply-To: <41833C57.1070504@epam.com> User-Agent: Mutt/1.5.6+cvs20040623i Content-Transfer-Encoding: quoted-printable X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-BeenThere: devel-kernel@altlinux.ru X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Linux kernel packages development List-Id: ALT Linux kernel packages development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Oct 2004 12:37:09 -0000 Archived-At: List-Archive: List-Post: On Sat, Oct 30, 2004 at 10:01:43AM +0300, Sviataslau Svirydau wrote: > Andrey Rahmatullin wrote: >=20 > >On Fri, Oct 29, 2004 at 07:32:26PM +0300, Sviataslau Svirydau wrote: > >=20 > > > >>=F3=D0=C1=D3=C9=C2=CF! =D5=D0=D5=D3=D4=C9=CC =DC=D4=CF =C9=DA =D7=C9=C4= =D5, =D4=C5=D0=C5=D2=D8 =D2=C1=C2=CF=D4=C1=C5=D4 :) > >> =20 > >> > >Busy inodes on VFS umount =D5 =F7=C1=D3 =CE=C5 =D7=D9=C4=C1=C5=D4 =D0=D2= =C9 =CF=D4=CD=CF=CE=D4=C9=D2=CF=D7=C1=CE=C9=C9 initrd? > >=F5 =CD=C5=CE=D1 =D7=D9=C4=C1=C5=D4 =CC=C9=C2=CF =D4=CF=C7=C4=C1 (=D0=C5= =D2=C5=C4 =C9=CE=C9=D4=D3=CB=D2=C9=D0=D4=C1=CD=C9), =CC=C9=C2=CF, =C5=D3=CC= =C9 =D3=CF=DA=C4=C1=D4=D8 > >/initrd, =D0=D2=C9 =CF=D4=CD=CF=CE=D4=C9=D2=CF=D7=C1=CE=C9=C9 /initrd = (=D2=D5=CB=C1=CD=C9 =C9=CC=C9 =D0=D2=C9 =DB=C1=D4=C4=C1=D5=CE=C5). > >=20 > > > =C8=CD... =C4=C5=D3=D4=D7=C9=D4=C5=CC=D8=CE=CF, =D7=D9=C4=C1=C5=D4... >=20 > =EB=D3=D4=C1=D4=C9, =C5=DD=C5 =CF=C4=CE=C1 =D4=D2=D5=C4=CE=CF=D3=D4=D8 = =C2=D9=CC=C1: =CE=C5 =D0=CF=CC=D5=DE=C9=CC=CF=D3=D8 =D3=CF=C2=D2=C1=D4=D8= gzip =CB=CF=CD=D0=D2=C5=D3=D3=CF=D2 =D7=20 > =D1=C4=D2=C5, =C8=CF=D4=D1 =CB=C1=CB =CD=CF=C4=D5=CC=D8 =CF=CE =D3=CF=C2= =D2=C1=CC=D3=D1 =CE=CF=D2=CD=C1=CC=D8=CE=CF... =F1 =CE=C5 =D0=D2=CF=D7=C5=D2=C9=CC =CB=CF=CD=D0=D2=C5=D3=D3=CF=D2=D9. =EE=D5=D6=CE=CF --- old/kernel/power/suspend_gzip.c.old 2004-10-31 14:31:36 +0200 +++ new/kernel/power/suspend_gzip.c 2004-10-31 14:32:38 +0200 @@ -13,6 +13,8 @@ #include #include =20 +#define MAX max + /* Forward declaration for the ops structure we export */ struct suspend_plugin_ops gzip_compression_ops; =20