Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-14 Thread Serge E. Hallyn
Quoting Miklos Szeredi ([EMAIL PROTECTED]): > From: Miklos Szeredi <[EMAIL PROTECTED]> > > Add sysctl variables for accounting and limiting the number of user > mounts. > > The maximum number of user mounts is set to 1024 by default. This > won't in itself enable user mounts, setting a mount to

Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-14 Thread Serge E. Hallyn
Quoting Miklos Szeredi ([EMAIL PROTECTED]): From: Miklos Szeredi [EMAIL PROTECTED] Add sysctl variables for accounting and limiting the number of user mounts. The maximum number of user mounts is set to 1024 by default. This won't in itself enable user mounts, setting a mount to be owned

Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Miklos Szeredi
> On Tue, 2008-01-08 at 12:35 +0100, Miklos Szeredi wrote: > > plain text document attachment > > (unprivileged-mounts-account-user-mounts.patch) > > From: Miklos Szeredi <[EMAIL PROTECTED]> > > > > Add sysctl variables for accounting and limiting the number of user > > mounts. > ... > > +int

Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Dave Hansen
On Tue, 2008-01-08 at 12:35 +0100, Miklos Szeredi wrote: > plain text document attachment > (unprivileged-mounts-account-user-mounts.patch) > From: Miklos Szeredi <[EMAIL PROTECTED]> > > Add sysctl variables for accounting and limiting the number of user > mounts. ... > +int nr_user_mounts; >

[patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Miklos Szeredi
From: Miklos Szeredi <[EMAIL PROTECTED]> Add sysctl variables for accounting and limiting the number of user mounts. The maximum number of user mounts is set to 1024 by default. This won't in itself enable user mounts, setting a mount to be owned by a user is first needed [akpm] - don't use

[patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Miklos Szeredi
From: Miklos Szeredi [EMAIL PROTECTED] Add sysctl variables for accounting and limiting the number of user mounts. The maximum number of user mounts is set to 1024 by default. This won't in itself enable user mounts, setting a mount to be owned by a user is first needed [akpm] - don't use

Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Dave Hansen
On Tue, 2008-01-08 at 12:35 +0100, Miklos Szeredi wrote: plain text document attachment (unprivileged-mounts-account-user-mounts.patch) From: Miklos Szeredi [EMAIL PROTECTED] Add sysctl variables for accounting and limiting the number of user mounts. ... +int nr_user_mounts; +int

Re: [patch 3/9] unprivileged mounts: account user mounts

2008-01-08 Thread Miklos Szeredi
On Tue, 2008-01-08 at 12:35 +0100, Miklos Szeredi wrote: plain text document attachment (unprivileged-mounts-account-user-mounts.patch) From: Miklos Szeredi [EMAIL PROTECTED] Add sysctl variables for accounting and limiting the number of user mounts. ... +int nr_user_mounts;