[PATCH 3/3] Add a pair of system calls to make extended file stats available

Joel Becker Joel.Becker at oracle.com
Tue Jun 29 16:48:44 MDT 2010


On Tue, Jun 29, 2010 at 11:36:56PM +0100, David Howells wrote:
> Ulrich Drepper <drepper at gmail.com> wrote:
> > And while you're at it, maybe some spare fields at the end are nice.
> 
> I made it so that the syscall can return variable length data: the main xstat
> struct, plus extra records yet to be defined.  They could even be variable
> length and assembled/disassembled with something like the control message
> macros for recvmsg().

	The less variable length stuff the better, I think.  At least,
for the stuff stat(2) already returns, you should have a fixed-size
structure.  Even if I only pass the GIVE_ME_UIDS flag, I don't want to
have to deal with the variable size stuff until I've actually asked for
esoteric things.  I'll know that the non-UIDS fields are garbage by the
fact that I didn't ask for them.

Joel

-- 

"Time is an illusion, lunchtime doubly so."
        -Douglas Adams

Joel Becker
Consulting Software Developer
Oracle
E-mail: joel.becker at oracle.com
Phone: (650) 506-8127


More information about the samba-technical mailing list