Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 6 Oct 2002 20:10:47 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 6 Oct 2002 20:10:47 -0400 Received: from orion.netbank.com.br ([200.203.199.90]:36357 "EHLO orion.netbank.com.br") by vger.kernel.org with ESMTP id ; Sun, 6 Oct 2002 20:10:47 -0400 Date: Sun, 6 Oct 2002 21:16:19 -0300 From: Arnaldo Carvalho de Melo To: Carlos E Gorges Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] 2.5.40 (-ac5) - fix unresolved symbols Message-ID: <20021007001619.GB18248@conectiva.com.br> Mail-Followup-To: Arnaldo Carvalho de Melo , Carlos E Gorges , linux-kernel@vger.kernel.org References: <200210021902.35813.carlos@techlinux.com.br> <07ea01c26c2b$7e1e6570$41368490@archaic> <200210062110.27684.carlos@techlinux.com.br> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200210062110.27684.carlos@techlinux.com.br> User-Agent: Mutt/1.4i X-Url: http://advogato.org/person/acme Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 738 Lines: 18 Em Sun, Oct 06, 2002 at 09:10:27PM -0300, Carlos E Gorges escreveu: > --- linux-2.5.40-ac5/drivers/ieee1394/raw1394.c Tue Oct 1 04:05:48 2002 > +++ linux-2.5/drivers/ieee1394/raw1394.c Sun Oct 6 20:55:57 2002 > @@ -786,7 +786,7 @@ > req->tq.data = req; > req->tq.routine = (void (*)(void*))queue_complete_req; > req->req.length = 0; > - queue_task(&req->tq, &packet->complete_tq); > + schedule_task(&req->tq); Shouldn't INIT_WORK be used? - Arnaldo - 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/