]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
client: fix handling of ctime and change_attr in fill_statx
authorJeff Layton <jlayton@redhat.com>
Wed, 12 Oct 2016 11:04:41 +0000 (07:04 -0400)
committerJeff Layton <jlayton@redhat.com>
Wed, 12 Oct 2016 11:04:41 +0000 (07:04 -0400)
commitbb053b5be4d35352d0e1b926967c7c837de008af
treeab5197542c1b99576d66f2e77185ceafa4cc0f2e
parent94e310e945ffeccc3beebcda2dbb119bc6ba5f74
client: fix handling of ctime and change_attr in fill_statx

Technically, we need all the shared caps to fill those fields out, to
force synchronization from all the clients. Ensure that we have the
right caps before filling out those fields.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
src/client/Client.cc