>> 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. >> >> Signed-off-by: Deepa Dinamani <deepa.kernel@xxxxxxxxx> >> --- >> Changes since v1: >> * changed error return values >> * removed redundant roff formatting directive >> * removed unneeded argument count check >> >> include/input.h | 1 + >> io/Makefile | 2 +- >> io/init.c | 1 + >> io/io.h | 1 + >> io/utimes.c | 81 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ >> libxcmd/input.c | 22 +++++++++++++++ >> man/man8/xfs_io.8 | 11 ++++++++ >> 7 files changed, 118 insertions(+), 1 deletion(-) >> create mode 100755 io/utimes.c >> mode change 100644 => 100755 libxcmd/input.c > > Just one nit, I think c files should not have "x" in file modes. Yes, my bad. Will post an update with this fixed. Thanks, Deepa -- To unsubscribe from this list: send the line "unsubscribe linux-xfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html