lkml.org 
[lkml]   [1998]   [Jan]   [5]   [last100]   RSS Feed
Views: [more markup]   [less markup]   [headers]   [forward]  
 
Messages in this thread
/
Subjectpre 2.2 cleanup items
DateMon, 5 Jan 1998 09:36:30 -0600 (CST)
FromBob Tracy <>
In the 2.1.77 version of linux/drivers/scsi/scsi.c at line 610, there's
a printk() statement with an unnecessary argument.  (Just happened to
see the compiler warning go screaming by during a recent rebuild).

While we're trying to get things cleaned up for the final 2.1.XX release,
here's an item that has been around since <???>.  With CONFIG_MODVERSIONS
defined, the following warnings appear numerous times while compiling the
kernel (firewall.c is one of *many* instances):

In file included from /usr/src/linux-2.1/include/linux/modversions.h:40,
                 from /usr/src/linux-2.1/include/linux/module.h:19,
                 from firewall.c:10:
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:1: warning: `__ver_vfat_create' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:1: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:3: warning: `__ver_vfat_unlink' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:3: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:7: warning: `__ver_vfat_mkdir' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:5: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:9: warning: `__ver_vfat_rmdir' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:7: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:11: warning: `__ver_vfat_rename' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:9: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:13: warning: `__ver_vfat_put_super' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:11: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:15: warning: `__ver_vfat_read_super' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:13: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:17: warning: `__ver_vfat_read_inode' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:15: warning: this is the location of the previous definition
/usr/src/linux-2.1/include/linux/modules/vfatfs_syms.ver:19: warning: `__ver_vfat_lookup' redefined
/usr/src/linux-2.1/include/linux/modules/namei.ver:17: warning: this is the location of the previous definition

-- 
Bob Tracy               |  If you have any trouble sounding condescending,
Firewall Security Corp. |  find a Unix user to show you how it's done.
rct@frus.com            |  	-- Scott Adams: DNRC Newsletter 3.0
\
 
 \ /
  Last update: 2005-03-22 12:41    [W:0.322 / U:0.180 seconds]
©2003-2008 Jasper Spaans