fs: refactor do_utimes
authorChristoph Hellwig <hch@lst.de>
Sun, 7 Jun 2020 16:26:37 +0000 (18:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:16:01 +0000 (08:16 +0200)
commit9d4b74aee80436d067d79a6c32ebb544b0ae5460
treeea89c9c48a6adb7b19dcb52cd93ea6f4d85ca206
parent863b67e15177a7cd0c27b3e36e42fe7907dec9bd
fs: refactor do_utimes

Split out one helper each for path vs fd based operations.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/utimes.c