commit | fd5ad30c782351ab4d4a15941fc61e743a1bd66c | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Jul 15 08:19:55 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:16:01 2020 +0200 |
tree | 94e703988a84b6c28059aec258e98f014dc7688f | |
parent | 27eb11c9632c66754ea7f67512b3516f998ed213 [diff] |
fs: expose utimes_common Rename utimes_common to vfs_utimes and make it available outside of utimes.c. This will be used by the initramfs unpacking code. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Linus Torvalds <torvalds@linux-foundation.org>