[PATCH 0/3] Extended file stat functions [ver #2]

Christoph Hellwig hch at infradead.org
Wed Jun 30 06:11:28 MDT 2010


On Wed, Jun 30, 2010 at 01:05:44PM +0100, David Howells wrote:
> My aim was to avoid the need to create new stat syscalls in the future by
> making it possible to increment the version number you're asking for.

The cost of adding a syscall is much smaller than adding all the wanking
in your system call.  Think about it - adding a new stat variant if a
few lines of code which add minimal icache footpint.  Even less so when
the applications using the old ones disappear for a while.  Totally
overdesigned crap like yours on the other hand adds lots of code and
branches that stay forever.  In addition to making life for strace and
co really hard if the structure ever changes.

So adding a few fields of padding at the end for new members is fine,
but doing overkill of versioning including queries for supported
versions doesn't.



More information about the samba-technical mailing list