[Devel] Re: [RFC][PATCH 3/8] create fs flags to mark c/r supported fs's
Dave Hansen
dave at linux.vnet.ibm.com
Fri Feb 27 13:20:50 PST 2009
On Sat, 2009-02-28 at 00:16 +0300, Alexey Dobriyan wrote:
> On Fri, Feb 27, 2009 at 12:34:28PM -0800, Dave Hansen wrote:
> > +#define FS_CHECKPOINTABLE 8
>
> This will ban all sockets, for instance, until all of them are
> C/R-ready. And every new socket type must be made C/R-ready from
> the very beginning, or risk major C/R breakage.
Yes, it is very important to have fine-grained control over what is
checkpointable and not. We can't simply say "all sockets are OK" all at
once. I meant this as a high-level things so that I didn't have to go
chase down the several f_ops for each in and every filesystem that is
supported.
Did you look farther down in the patches to see how this can be
overridden with an f_op?
-- Dave
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list