[Bugs] [Bug 1350406] [storage/posix] - posix_do_futimes function not implemented
bugzilla at redhat.com
bugzilla at redhat.com
Mon Jun 27 11:45:55 UTC 2016
https://bugzilla.redhat.com/show_bug.cgi?id=1350406
Niels de Vos <ndevos at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ksubrahm at redhat.com,
| |rabhat at redhat.com
Flags| |needinfo?(ksubrahm at redhat.c
| |om)
--- Comment #1 from Niels de Vos <ndevos at redhat.com> ---
There is only one call to posix_do_futimes(), in posix_fsetattr(), the handler
for the FSETATTR FOP:
if (valid & (GF_SET_ATTR_ATIME | GF_SET_ATTR_MTIME)) {
op_ret = posix_do_futimes (this, pfd->fd, stbuf);
I'm surprised that posix_do_futimes() is not implemented.
Have you tested this with a small test program that uses futimes()?
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list