xfs
[Top] [All Lists]

Re: [PATCH] Revised extended attributes interface

To: Nathan Scott <nathans@xxxxxxx>, Linus Torvalds <torvalds@xxxxxxxxxxxxx>, Alexander Viro <viro@xxxxxxxxxxxx>, Andi Kleen <ak@xxxxxxx>, Andreas Gruenbacher <ag@xxxxxxxxxxx>
Subject: Re: [PATCH] Revised extended attributes interface
From: Daniel Phillips <phillips@xxxxxxxxxxxxxx>
Date: Thu, 6 Dec 2001 04:05:32 +0100
Cc: linux-kernel@xxxxxxxxxxxxxxx, linux-fsdevel@xxxxxxxxxxxxxxx, linux-xfs@xxxxxxxxxxx
In-reply-to: <20011205143209.C44610@wobbly.melbourne.sgi.com>
References: <20011205143209.C44610@wobbly.melbourne.sgi.com>
Sender: owner-linux-xfs@xxxxxxxxxxx
On December 5, 2001 04:32 am, Nathan Scott wrote:
> Here is the revised interface.  I believe it takes into account
> the issues raised so far - further suggestions are also welcome,
> of course.

Hi Nathan,

I still don't like the class parsing inside the kernel, it's hard to see
what is good about that.

Is there a difference between these two?:

   long sys_setxattr(char *path, char *name, void *value, size_t size, int 
flags)
   long sys_lsetxattr(char *path, char *name, void *value, size_t size, int 
flags)

--
Daniel


<Prev in Thread] Current Thread [Next in Thread>