linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [ANN] NTFS 2.0.7c for Linux 2.4.18
@ 2002-05-17  0:57 Pawel Kot
  2002-05-17 14:07 ` Pawel Kot
  0 siblings, 1 reply; 2+ messages in thread
From: Pawel Kot @ 2002-05-17  0:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-ntfs-dev

Hi,

As Arek Miskiewicz reported to me, the previous NTFS TNG versions didn't
compile with CONFIG_HIGHMEM. The compilation failed due to lack of the
definition of the KM_BIO_IRQ used in the NTFS code.

In this release KM_BIO_IRQ was added to km_type enum on all platforms
supporting it (sparc, ppm, i386).

If you don't use HIGHMEM support or use other architecture the changes
don't touch you.

The patch is available as always from the linux-ntfs project's page:
http://linux-ntfs.sf.net/downloads.html

As usually big thanks to Anton.

pkot
-- 
Pawel Kot <pkot@linuxnews.pl>
http://www.gnokii.org/ :: http://www.slackware.pl/
http://kt.linuxnews.pl/ -- Kernel Traffic po polsku



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ANN] NTFS 2.0.7c for Linux 2.4.18
  2002-05-17  0:57 [ANN] NTFS 2.0.7c for Linux 2.4.18 Pawel Kot
@ 2002-05-17 14:07 ` Pawel Kot
  0 siblings, 0 replies; 2+ messages in thread
From: Pawel Kot @ 2002-05-17 14:07 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-ntfs-dev

On Fri, 17 May 2002, Pawel Kot wrote:

Hi,

> As Arek Miskiewicz reported to me, the previous NTFS TNG versions didn't
> compile with CONFIG_HIGHMEM. The compilation failed due to lack of the
> definition of the KM_BIO_IRQ used in the NTFS code.
>
> In this release KM_BIO_IRQ was added to km_type enum on all platforms
> supporting it (sparc, ppm, i386).
>
> If you don't use HIGHMEM support or use other architecture the changes
> don't touch you.

Unfortunately the patch fixes only the case when NTFS is compiled into the
kernel. There are missing exports of kmap_pte and kmap_prot when you use
ntfs as the kernel module and depmod fails then.

The following patch adresses this issue. Could anyone please test it with
a highmem box? The patch will be included in the next release (2.0.7d or
2.0.8a).

--- kernel/ksyms.c~	Thu May 16 10:39:39 2002
+++ kernel/ksyms.c	Fri May 17 14:12:04 2002
@@ -121,6 +121,8 @@
 EXPORT_SYMBOL(kunmap_high);
 EXPORT_SYMBOL(highmem_start_page);
 EXPORT_SYMBOL(create_bounce);
+EXPORT_SYMBOL(kmap_pte);
+EXPORT_SYMBOL(kmap_prot);
 #endif

 /* filesystem internal functions */

pkot
-- 
mailto:pkot@linuxnews.pl :: mailto:pkot@slackware.pl
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-05-17 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-17  0:57 [ANN] NTFS 2.0.7c for Linux 2.4.18 Pawel Kot
2002-05-17 14:07 ` Pawel Kot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).