]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit - include/input.h
xfs_io: implement 'utimes' command
authorDeepa Dinamani <deepa.kernel@gmail.com>
Thu, 12 Jan 2017 20:12:41 +0000 (14:12 -0600)
committerEric Sandeen <sandeen@redhat.com>
Thu, 12 Jan 2017 20:12:41 +0000 (14:12 -0600)
commit8211d1b5548d76b7a37bb7dadbf44b5a2d0a0c28
tree748b6ff49b9fd46a8f367cbab2ee4f9d35843802
parent58a1899a22b0d4fd1fa625a6bc8d10c37807a8df
xfs_io: implement 'utimes' command

Add the utimes command to provide a way to utilize
the futimens C library call. This is the
interface to the utimensat system call, which updates
the mtime and atime of a file.

[ sandeen: minor merge fixups, re-alphabetization ]

Signed-off-by: Deepa Dinamani <deepa.kernel@gmail.com>
Reviewed-by: Eric Sandeen <sandeen@redhat.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
include/input.h
io/Makefile
io/init.c
io/io.h
io/utimes.c [new file with mode: 0755]
libxcmd/input.c
man/man8/xfs_io.8