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>
This commit is contained in:
@@ -1746,6 +1746,7 @@ int vfs_mkobj(struct dentry *, umode_t,
|
||||
|
||||
int vfs_fchown(struct file *file, uid_t user, gid_t group);
|
||||
int vfs_fchmod(struct file *file, umode_t mode);
|
||||
int vfs_utimes(const struct path *path, struct timespec64 *times);
|
||||
|
||||
extern long vfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
||||
|
||||
|
Reference in New Issue
Block a user