Re: [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes

2014-05-01 Thread Aneesh Kumar K.V
Dave Chinner writes: > On Sun, Apr 27, 2014 at 09:44:39PM +0530, Aneesh Kumar K.V wrote: >> From: Andreas Gruenbacher >> >> Some permission models can allow processes to take ownership of a file, >> change the file permissions, and set the file timestamps. Introduce new >> permission mask flag

Re: [PATCH -V1 08/22] vfs: Add permission flags for setting file attributes

2014-04-28 Thread Dave Chinner
On Sun, Apr 27, 2014 at 09:44:39PM +0530, Aneesh Kumar K.V wrote: > From: Andreas Gruenbacher > > Some permission models can allow processes to take ownership of a file, > change the file permissions, and set the file timestamps. Introduce new > permission mask flags and check for those permissi

[PATCH -V1 08/22] vfs: Add permission flags for setting file attributes

2014-04-27 Thread Aneesh Kumar K.V
From: Andreas Gruenbacher Some permission models can allow processes to take ownership of a file, change the file permissions, and set the file timestamps. Introduce new permission mask flags and check for those permissions in inode_change_ok(). Signed-off-by: Andreas Gruenbacher Signed-off-by