Le mercredi 27 octobre 2010 à 13:59 +0200, Christoph Hellwig a écrit :
Good point
To be precise, sysctl() truncates the value to low order 32bit value,
because it internally uses simple_strtoul(), then a put_user()
An old binary using sysctl() to fetch FS_MAXFILE could break on SGI
machines. I am not sure we should remove sysctl FS_MAXFILE because of
this rare case.
--