]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: switch ceph_statx time fields to struct timespec
authorJeff Layton <jlayton@redhat.com>
Tue, 20 Sep 2016 10:26:36 +0000 (06:26 -0400)
committerJeff Layton <jlayton@redhat.com>
Tue, 20 Sep 2016 10:26:36 +0000 (06:26 -0400)
commit897213d7ec243830402f2101afa94d141f3a40f7
treebb4a12190132651ff0968baceb9007e8aabd295a
parentd1bfc9a5247f1d3450d8270d9875ebd922fb9561
client: switch ceph_statx time fields to struct timespec

This is just much more convenient for applications that want to use
the API. We're not talking to the kernel here, so there's no real
reason we need to use fixed length fields.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/client/Client.cc
src/include/cephfs/ceph_statx.h
src/test/libcephfs/test.cc