Re: [RFC 2/6] sysfs-mount.patch

From: Maneesh Soni
Date: Tue Oct 07 2003 - 02:19:45 EST


On Mon, Oct 06, 2003 at 02:43:20PM +0100, viro@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx wrote:
> On Mon, Oct 06, 2003 at 02:30:30PM +0530, Maneesh Soni wrote:
> > @@ -692,6 +693,10 @@ do_kern_mount(const char *fstype, int fl
> > mnt->mnt_mountpoint = sb->s_root;
> > mnt->mnt_parent = mnt;
> > up_write(&sb->s_umount);
> > +
> > + if (!strcmp(fstype, "sysfs"))
> > + sysfs_mount = mnt;
> > +
> > put_filesystem(type);
> > return mnt;
> > out_sb:
>
> That's too ugly for words. Vetoed. Sorry, but *that* will not fly.

Yeah.. that was not meant to fly.. and I didnot pushed the patches on runway
and to any of the Air Traffic Controllers..(tree maintainers) :-)..

I will get rid of sysfs_mount.

Maneesh
--
Maneesh Soni
Linux Technology Center,
IBM Software Lab, Bangalore, India
email: maneesh@xxxxxxxxxx
Phone: 91-80-5044999 Fax: 91-80-5268553
T/L : 9243696
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/