xfs
[Top] [All Lists]

RE: [Ext2-devel] Re: Extended attributes: process vs. kernel cont ext (e

To: Andreas Gruenbacher <agruen@xxxxxxx>, "Theodore Ts'o" <tytso@xxxxxxx>
Subject: RE: [Ext2-devel] Re: Extended attributes: process vs. kernel cont ext (e.g. HSM)
From: Luka Renko <luka.renko@xxxxxxxxx>
Date: Mon, 11 Nov 2002 15:40:09 +0100
Cc: Alexander Viro <viro@xxxxxxxxxxxx>, "Stephen C.Tweedie" <sct@xxxxxxxxxx>, ext2-devel@xxxxxxxxxxxxxxxxxxxxx, linux-xfs@xxxxxxxxxxx
Sender: linux-xfs-bounce@xxxxxxxxxxx
On Mon, November 11, 2002, Andreas Gruenbacher wrote:

> I think adding a (struct task_struct *) parameter to the xattr inode 
> operations is a better idea --- I don't know how likely it is that 
> credentials will be passed around in a future kernel, but if 
> it's likely then 
> the xattr inode operations would move in the right direction, 
> instead of 
> introducing weird flag(s).

But to we know that this will be the move in the right direction? 
I kind of like Ted's proposal (adding just flag for priviledged uses) - it
just extends flags argument to all xattr functions (currently only in
setxattr). If task_struct will be passed in the future, a major refactoring
of VFS will be required anyhow and xattr functions will be just a smaller
part of the effort.

Regards,
Luka


<Prev in Thread] Current Thread [Next in Thread>
  • RE: [Ext2-devel] Re: Extended attributes: process vs. kernel cont ext (e.g. HSM), Luka Renko <=