Re: [PATCH 00/24] Read-only bind mounts

2007-09-20 Thread Miklos Szeredi
> On Wed, 19 Sep 2007 14:56:27 -0700 > Dave Hansen <[EMAIL PROTECTED]> wrote: > > > On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: > > > On Wed, 19 Sep 2007 18:44:18 +0100 > > > Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > > > > > > On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave

Re: [PATCH 00/24] Read-only bind mounts

2007-09-20 Thread Miklos Szeredi
On Wed, 19 Sep 2007 14:56:27 -0700 Dave Hansen [EMAIL PROTECTED] wrote: On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: On Wed, 19 Sep 2007 18:44:18 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: If we

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Andrew Morton
On Wed, 19 Sep 2007 14:56:27 -0700 Dave Hansen <[EMAIL PROTECTED]> wrote: > On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: > > On Wed, 19 Sep 2007 18:44:18 +0100 > > Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > > > > On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: > > >

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Dave Hansen
On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: > On Wed, 19 Sep 2007 18:44:18 +0100 > Christoph Hellwig <[EMAIL PROTECTED]> wrote: > > > On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: > > > If we can't pull the entire series into -mm, can we just put the > > > first three

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Andrew Morton
On Wed, 19 Sep 2007 18:44:18 +0100 Christoph Hellwig <[EMAIL PROTECTED]> wrote: > On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: > > If we can't pull the entire series into -mm, can we just put the > > first three patches for now? They can stand on their own. > > Yes, they're

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Christoph Hellwig
On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: > If we can't pull the entire series into -mm, can we just put the > first three patches for now? They can stand on their own. Yes, they're kinda a series of their own. But I still think we really want this in -mm. As we've seen on

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Serge E. Hallyn
Quoting Dave Hansen ([EMAIL PROTECTED]): > If we can't pull the entire series into -mm, can we just put the > first three patches for now? They can stand on their own. FWIW this set (through 22) looks good to me. thanks, -serge - To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Serge E. Hallyn
Quoting Dave Hansen ([EMAIL PROTECTED]): If we can't pull the entire series into -mm, can we just put the first three patches for now? They can stand on their own. FWIW this set (through 22) looks good to me. thanks, -serge - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Christoph Hellwig
On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: If we can't pull the entire series into -mm, can we just put the first three patches for now? They can stand on their own. Yes, they're kinda a series of their own. But I still think we really want this in -mm. As we've seen on the

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Andrew Morton
On Wed, 19 Sep 2007 18:44:18 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: If we can't pull the entire series into -mm, can we just put the first three patches for now? They can stand on their own. Yes, they're kinda a

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Dave Hansen
On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: On Wed, 19 Sep 2007 18:44:18 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: If we can't pull the entire series into -mm, can we just put the first three patches for

Re: [PATCH 00/24] Read-only bind mounts

2007-09-19 Thread Andrew Morton
On Wed, 19 Sep 2007 14:56:27 -0700 Dave Hansen [EMAIL PROTECTED] wrote: On Wed, 2007-09-19 at 14:24 -0700, Andrew Morton wrote: On Wed, 19 Sep 2007 18:44:18 +0100 Christoph Hellwig [EMAIL PROTECTED] wrote: On Mon, Sep 17, 2007 at 11:27:18AM -0700, Dave Hansen wrote: If we can't

[PATCH 00/24] Read-only bind mounts

2007-09-17 Thread Dave Hansen
If we can't pull the entire series into -mm, can we just put the first three patches for now? They can stand on their own. --- Why do we need r/o bind mounts? This feature allows a read-only view into a read-write filesystem. In the process of doing that, it also provides infrastructure for

[PATCH 00/24] Read-only bind mounts

2007-09-17 Thread Dave Hansen
If we can't pull the entire series into -mm, can we just put the first three patches for now? They can stand on their own. --- Why do we need r/o bind mounts? This feature allows a read-only view into a read-write filesystem. In the process of doing that, it also provides infrastructure for