[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1235116934.12375.1039.camel@haakon2.linux-iscsi.org>
Date: Fri, 20 Feb 2009 00:02:14 -0800
From: "Nicholas A. Bellinger" <nab@...ux-iscsi.org>
To: LKML <linux-kernel@...r.kernel.org>,
linux-scsi <linux-scsi@...r.kernel.org>
Cc: Douglas Gilbert <dgilbert@...erlog.com>,
James Bottomley <James.Bottomley@...senPartnership.com>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Matthew Wilcox <matthew@....cx>,
Alan Stern <stern@...land.harvard.edu>,
Mike Christie <michaelc@...wisc.edu>,
FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Hannes Reinecke <hare@...e.de>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 3/7] [Target_Core_Mod]: Add div64.o to Makefile for
target_core_mod
>>From f0f3bddaacec544925e72feffb3be1314817c7f9 Mon Sep 17 00:00:00 2001
From: Nicholas Bellinger <nab@...ux-iscsi.org>
Date: Thu, 19 Feb 2009 19:35:28 -0800
Subject: [PATCH 3/7] [Target_Core_Mod]: Add div64.o to Makefile for target_core_mod
Add div64.o for __udivdi3() and __umoddi3() to target_core_mod modules objects.
This is now required for FILEIO and RAMDISK subsystem plugins to calculate total
sector/block count from struct file in BYTES and RAMDISK in PAGE_COUNT respectively.
Signed-off-by: Nicholas A. Bellinger <nab@...ux-iscsi.org>
---
drivers/lio-core/Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/drivers/lio-core/Makefile b/drivers/lio-core/Makefile
index 0b222cf..a171db3 100644
--- a/drivers/lio-core/Makefile
+++ b/drivers/lio-core/Makefile
@@ -40,6 +40,7 @@ target_core_mod-objs := target_core_configfs.o \
target_core_tmr.o \
target_core_tpg.o \
target_core_transport.o \
+ div64.o
ifeq ($(LINUX_IBLOCK), 1)
target_core_mod-objs += target_core_iblock.o
--
1.5.4.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists