[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Glibc? Patch or not?



Mikolaj J. Habryn writes:
 > >>>>> "LP" == Loic Prylli <Loic.Prylli@ens-lyon.fr> writes:
 > 
 >     LP> I propose the patch below, it apply on the unpacked source
 >     LP> glibc package, there are corresponding binary deb packages on
 >     LP> http://lhpca.univ-lyon1.fr/~lprylli/glibc/.
 > 
 >   One thing I would suggest:
 > 
 > +  int ret = __syscall_lchown (file, owner, group);
 > 
 >   Cache the result of this. Remember we get a printk for every
 > syscall that returns ENOSYS. In fact, you should only go through all
 > of this code once.

Ok I will do that, in the meantime: 
please do not try the version I have posted on a 2.1 kernel, there is
actually a very stupid error in the if clause, when the lchown do
exists.

Loic


Reply to: