On Tue, 30 Nov 2004 11:43:11 EST, James Morris wrote:
> On Mon, 29 Nov 2004, Gerrit Huizenga wrote:
> 
> > +int sock_mkdir(struct inode *, struct dentry *, int mode);
> > +int sock_rmdir(struct inode *, struct dentry *);
> > +
> > +int sock_create_noperm(struct inode *, struct dentry *, int,
> > +                  struct nameidata *);
> > +int sock_unlink_noperm(struct inode *, struct dentry *);
> > +int sock_mkdir_noperm(struct inode *, struct dentry *, int);
> > +int sock_rmdir_noperm(struct inode *, struct dentry *);
> > +int sock_mknod_noperm(struct inode *, struct dentry *, int, dev_t);
> > 
> 
> The sock_ namespace belongs to core networking.  Use rcfs_sock_ or 
> something.

Very good point.  Global search and destroy, er, replace applied.

gerrit
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to