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 ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
