From: Vladimir Davydov <vdavydov.dev@gmail.com>
To: Oleg Babin <olegrok@tarantool.org>
Cc: tarantool-patches@freelists.org, Oleg Babin <babinoleg@mail.ru>
Subject: Re: [PATCH v2] fio: introduce utime function
Date: Mon, 8 Jul 2019 17:51:10 +0300 [thread overview]
Message-ID: <20190708145110.rauvydnpn3c6hhqq@esperanza> (raw)
In-Reply-To: <20190705190703.22908-1-olegrok@tarantool.org>
On Fri, Jul 05, 2019 at 10:07:03PM +0300, Oleg Babin wrote:
> +fio.utime('newfile', 0, 0)
> +---
> +- true
> +...
> +fh:stat().atime == 0
> +---
> +- true
> +...
> +fh:stat().mtime == 0
> +---
> +- true
> +...
> +fio.utime('newfile', 1, 2)
> +---
> +- true
> +...
> +fh:stat().atime == 1
> +---
> +- false
> +...
> +fh:stat().mtime == 2
> +---
> +- false
> +...
???
Looks like you mixed atime with mtime. Please fix.
next prev parent reply other threads:[~2019-07-08 14:51 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-07-05 19:07 Oleg Babin
2019-07-08 14:51 ` Vladimir Davydov [this message]
2019-07-08 15:52 ` [tarantool-patches] " Олег
2019-07-09 8:55 ` Vladimir Davydov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190708145110.rauvydnpn3c6hhqq@esperanza \
--to=vdavydov.dev@gmail.com \
--cc=babinoleg@mail.ru \
--cc=olegrok@tarantool.org \
--cc=tarantool-patches@freelists.org \
--subject='Re: [PATCH v2] fio: introduce utime function' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox