From mboxrd@z Thu Jan 1 00:00:00 1970 From: Milan Broz Subject: Re: dm-crypt barrier support is effective Date: Mon, 15 Nov 2010 09:41:51 +0100 Message-ID: <4CE0F24F.6070608@redhat.com> References: <20101107194547.GA12521@basil.fritz.box> <4CD71C8B.1050604@redhat.com> <20101107230508.GB17592@basil.fritz.box> <20101108145809.GD29714@redhat.com> <1289238930-sup-9765@think> <20101114205925.GA20451@redhat.com> <4CE05A9E.9090204@redhat.com> <20101115072545.GA7492@fritha.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Cc: Matt , Mike Snitzer , Andi Kleen , linux-btrfs , dm-devel , Linux Kernel , htd , Chris Mason To: Heinz Diehl Return-path: In-Reply-To: <20101115072545.GA7492@fritha.org> List-ID: On 11/15/2010 08:25 AM, Heinz Diehl wrote: > On 15.11.2010, Milan Broz wrote: > > drivers/md/dm-crypt.c: In function crypt_ctr': > drivers/md/dm-crypt.c:1408: error: WQ_MEM_RECLAIM' undeclared (first use in this function) > drivers/md/dm-crypt.c:1408: error: (Each undeclared identifier is reported only once > drivers/md/dm-crypt.c:1408: error: for each function it appears in.) It should be enough to just replace WQ_MEM_RECLAIM to WQ_RESCUER for 2.6.36. (that define is new in 2.6.37) Milan