Re: [ckrm-tech] [PATCH] CKRM: 6/10 CKRM: Resource controller forsockets

From: James Morris
Date: Tue Nov 30 2004 - 11:51:45 EST


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
<jmorris@xxxxxxxxxx>


-
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/