From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sc8-sf-mx2-b.sourceforge.net ([10.3.1.92] helo=mail.sourceforge.net) by sc8-sf-list1-new.sourceforge.net with esmtp (Exim 4.43) id 1Ike1U-0003No-HL for user-mode-linux-devel@lists.sourceforge.net; Wed, 24 Oct 2007 04:03:40 -0700 Received: from brick.kernel.dk ([87.55.233.238] helo=kernel.dk) by mail.sourceforge.net with esmtp (Exim 4.44) id 1Ike1S-0007CU-9d for user-mode-linux-devel@lists.sourceforge.net; Wed, 24 Oct 2007 04:03:40 -0700 Date: Wed, 24 Oct 2007 13:03:23 +0200 From: Jens Axboe Message-ID: <20071024110323.GO14671@kernel.dk> References: <20071024081047.GC2464@hacking> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20071024081047.GC2464@hacking> Subject: Re: [uml-devel] [Git Patch] arch/um/drivers/ubd_kern.c: fix a building error List-Id: The user-mode Linux development list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: user-mode-linux-devel-bounces@lists.sourceforge.net Errors-To: user-mode-linux-devel-bounces@lists.sourceforge.net To: WANG Cong Cc: Andrew Morton , jdike@karaya.com, Linus Torvalds , Linux Kernel Mailing List , user-mode-linux-devel@lists.sourceforge.net On Wed, Oct 24 2007, WANG Cong wrote: > > Fix this uml building error: > arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': > arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function 'sg_page' > arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of 'prepare_request' makes pointer from integer without a cast > make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1 > make: *** [arch/um/drivers] Error 2 > > Signed-off-by: WANG Cong Thanks, applied! -- Jens Axboe ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757068AbXJXLDf (ORCPT ); Wed, 24 Oct 2007 07:03:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753077AbXJXLD1 (ORCPT ); Wed, 24 Oct 2007 07:03:27 -0400 Received: from brick.kernel.dk ([87.55.233.238]:23201 "EHLO kernel.dk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752572AbXJXLD0 (ORCPT ); Wed, 24 Oct 2007 07:03:26 -0400 Date: Wed, 24 Oct 2007 13:03:23 +0200 From: Jens Axboe To: WANG Cong Cc: Linus Torvalds , Linux Kernel Mailing List , Andrew Morton , jdike@karaya.com, user-mode-linux-devel@lists.sourceforge.net Subject: Re: [Git Patch] arch/um/drivers/ubd_kern.c: fix a building error Message-ID: <20071024110323.GO14671@kernel.dk> References: <20071024081047.GC2464@hacking> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071024081047.GC2464@hacking> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 24 2007, WANG Cong wrote: > > Fix this uml building error: > arch/um/drivers/ubd_kern.c: In function 'do_ubd_request': > arch/um/drivers/ubd_kern.c:1118: error: implicit declaration of function 'sg_page' > arch/um/drivers/ubd_kern.c:1118: warning: passing argument 6 of 'prepare_request' makes pointer from integer without a cast > make[1]: *** [arch/um/drivers/ubd_kern.o] Error 1 > make: *** [arch/um/drivers] Error 2 > > Signed-off-by: WANG Cong Thanks, applied! -- Jens Axboe