commit | 27eb11c9632c66754ea7f67512b3516f998ed213 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 15 08:15:36 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:16:01 2020 +0200 |
tree | 836c6ba8be09288b97a5ddac4dd6c312e6e390ae | |
parent | 9d4b74aee80436d067d79a6c32ebb544b0ae5460 [diff] |
fs: move timespec validation into utimes_common Consolidate the validation of the timespec from the two callers into utimes_common. That means it is done a little later (e.g. after the path lookup), but I can't find anything that requires a specific order of processing the errors. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>