On Fri, Aug 19, 2005 at 03:13:44PM +0800, David Teigland wrote:
> The nodemanager RFC I sent a month ago
> http://marc.theaimsgroup.com/?l=linux-kernel&m=112166723919347&w=2
>
> amounts to half of dlm/config.c (everything under comms/ above) moved into
> a separate kernel module. That would be
On Thu, Aug 18, 2005 at 02:07:47PM -0700, Joel Becker wrote:
> On Wed, Aug 17, 2005 at 11:22:18PM -0700, Andrew Morton wrote:
> > Fair enough. This really means that the configfs patch should be split out
> > of the ocfs2 megapatch...
>
> Easy to do, it's a separate commit in the ocfs2.git
On Thu, Aug 18, 2005 at 02:23:48PM -0700, Mark Fasheh wrote:
> On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote:
> > + * /config/dlm//spaces//nodes//nodeid
> > + * /config/dlm//spaces//nodes//weight
> > + * /config/dlm//comms//nodeid
> > + * /config/dlm//comms//local
> > + * /config/
Hi David,
On Thu, Aug 18, 2005 at 02:07:50PM +0800, David Teigland wrote:
> +/*
> + * /config/dlm//spaces//nodes//nodeid
> + * /config/dlm//spaces//nodes//weight
> + * /config/dlm//comms//nodeid
> + * /config/dlm//comms//local
> + * /config/dlm//comms//addr
> + * The level is useless, but I haven
> Are you the official maintainer of the DLM subsystem? Could you submit
> a patch to add a MAINTAINERS entry? I was looking for a maintainer to
yes
Signed-off-by: David Teigland <[EMAIL PROTECTED]>
diff -urpN a/MAINTAINERS b/MAINTAINERS
--- a/MAINTAINERS 2005-08-17 17:19:23.0 +080
On 8/17/05, David Teigland <[EMAIL PROTECTED]> wrote:
> Use configfs to configure lockspace members and node addresses. This was
> previously done with sysfs and ioctl.
>
> Signed-off-by: David Teigland <[EMAIL PROTECTED]>
Are you the official maintainer of the DLM subsystem? Could you submit
a
David Teigland <[EMAIL PROTECTED]> wrote:
>
> Use configfs to configure lockspace members and node addresses. This was
> previously done with sysfs and ioctl.
Fair enough. This really means that the configfs patch should be split out
of the ocfs2 megapatch...
-
To unsubscribe from this list: se
Use configfs to configure lockspace members and node addresses. This was
previously done with sysfs and ioctl.
Signed-off-by: David Teigland <[EMAIL PROTECTED]>
---
drivers/dlm/Makefile |1
drivers/dlm/config.c | 759 -
drivers/dlm/
8 matches
Mail list logo