lkml.org 
[lkml]   [2003]   [Apr]   [18]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[TRIVIAL PATCH] devfs compile fix for 2.5.67-bk9
Hello!

Attached patch fixes 2 trivial compile errors in fs/devfs/base.c in Linux
2.5.67-bk9.

--
Regards,
Pavel Roskin--- linux.orig/fs/devfs/base.c
+++ linux/fs/devfs/base.c
@@ -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,7 @@ 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", name);

if (name == NULL)
{
\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.026 / U:0.076 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site