Like this I guess.
diff -puN fs/devfs/base.c~devfs-build-fix fs/devfs/base.c
--- 25/fs/devfs/base.c~devfs-build-fix 2003-04-18 02:21:47.000000000 -0700
+++ 25-akpm/fs/devfs/base.c 2003-04-18 02:22:11.000000000 -0700
@@ -1423,7 +1423,7 @@ static int devfsd_notify_de (struct devf
static void devfsd_notify (struct devfs_entry *de,unsigned short type)
{
devfsd_notify_de(de, type, de->mode, current->euid,
- current->egid, &fs_info, 0);
+ current->egid, &fs_info);
}
@@ -1457,7 +1457,8 @@ devfs_handle_t devfs_register (devfs_han
struct devfs_entry *de;
if (flags)
- printk(KERN_ERR "%s called with flags != 0, please fix!\n");
+ printk(KERN_ERR "%s called with flags != 0, please fix!\n",
+ __FUNCTION__);
if (name == NULL)
{
_
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/