> Here's a further version of the patch, against 2.6.26rc2, with the
Ugh... Could we just omit this part (the if !times and write error
then check owner)? I know it was my idea, but
a) my ideas are often stupid
b) one patch should ideally do just one thing
After we fixed the original issue, we can still think about this other
thing :)
Sure, but so could a write(2), so that doesn't seem such a big
problem.
I think we should leave it this way, since changing it would affect
not just utimensat() and futimesat() but utime() and utimes() as well,
which are well established, old interfaces. Shanging them could in
theory break userspace, which we try to avoid if possible.
Thanks,
Miklos
--