initramfs: use vfs_utimes in do_copy
authorChristoph Hellwig <hch@lst.de>
Thu, 30 Jul 2020 06:19:00 +0000 (08:19 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:16:01 +0000 (08:16 +0200)
commit38b082236e77d403fed23ac2d30d570598744ec3
tree2e094e17cb721d34c0a2c944460aee62861afca4
parentfd5ad30c782351ab4d4a15941fc61e743a1bd66c
initramfs: use vfs_utimes in do_copy

Don't bother saving away the pathname and just use the new struct path
based utimes helper instead.

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