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. - James -- James Morris <[EMAIL PROTECTED]> ------------------------------------------------------- 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://productguide.itmanagersjournal.com/ _______________________________________________ ckrm-tech mailing list https://lists.sourceforge.net/lists/listinfo/ckrm-tech
