Package: cloop-src
Version: 2.02.1+eb.10
Severity: important

The deprecated MODULE_PARM() macro has been removed from kernel 2.6.17,
and must be replaced by module_param() at line 107 of compressed_loop.c

There is a very simple patch (appended below). Or the cloop version 2.04
used in Knoppix 5.0.1 can be used instead (source found at
http://debian-knoppix.alioth.debian.org/sources/ )

--- compressed_loop.c-2.02      2005-10-06 12:41:51.000000000 +0200
+++ compressed_loop.c   2006-07-04 12:14:29.000000000 +0200
@@ -106,3 +106,3 @@
 static char *file=NULL;
-MODULE_PARM(file, "s");
+module_param(file, charp, 0);
 MODULE_PARM_DESC(file, "Initial cloop image file (full path) for /dev/cloop");



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cloop-src depends on:
ii  bzip2                         1.0.3-2    high-quality block-sorting file co
ii  module-assistant              0.10.4     tool to make module package creati

cloop-src recommends no packages.

-- no debconf information

Thanks for your support

--
Michel Casabona

Reply via email to