From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] target_core_mib.h move Date: Mon, 17 Jan 2011 15:51:30 -0500 Message-ID: <20110117205130.GA22532@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from bombadil.infradead.org ([18.85.46.34]:43302 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751092Ab1AQUvb (ORCPT ); Mon, 17 Jan 2011 15:51:31 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Fubo Chen Cc: linux-scsi , "Nicholas A. Bellinger" On Mon, Jan 17, 2011 at 09:00:02PM +0100, Fubo Chen wrote: > target_core_mib.h move from drivers/target to include/target. > Otherwise my driver not build. > > Signed-off-by: Fubo Chen Why does the driver need to poke into the target MIB code directly? Can you post the driver?