lkml.org 
[lkml]   [2002]   [Jan]   [30]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromDenis Vlasenko <>
SubjectRe: [PATCH] KERN_INFO for devfs
DateWed, 30 Jan 2002 11:03:05 -0200
On 29 January 2002 14:49, Horst von Brand wrote:
> > diff -u --recursive linux-2.4.18-pre6mhv_ll/fs/devfs/base.c
> > linux-2.4.18-pre6mhv_ll.devfs/fs/devfs/base.c
> > --- linux-2.4.18-pre6mhv_ll/fs/devfs/base.c     Fri Jan 25 15:49:53 2002
> > +++ linux-2.4.18-pre6mhv_ll.devfs/fs/devfs/base.c       Mon Jan 28
> > 23:05:44 2002
> > @@ -3490,8 +3489,8 @@
> >      int err;
> >
> >      if ( !(boot_options & OPTION_MOUNT) ) return;
> > -    err = do_mount ("none", "/dev", "devfs", 0, "");
> > -    if (err == 0) printk ("Mounted devfs on /dev\n");
> > +    err = do_mount ("devfs", "/dev", "devfs", 0, "");
> > +    if (err == 0) printk (KERN_INFO "Mounted devfs on /dev\n");
> >      else printk ("Warning: unable to mount devfs, err: %d\n", err);
>
>                     ^^^^^
>                      Missed this one

Hmm. KERN_WARNING can be added there, but it is the default level anyway.
--
vda
-
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/

\
 
 \ /
  Last update: 2005-03-22 12:15    [from the cache]
©2003-2008