]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
client: fix AT_SYMLINK_NOFOLLOW handling
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)
commit08716fb0651e4baa33dd14d92e8899f65d45e6fd
tree7b521caf9411f2b2e2d38acabd4d24db09e23a25
parent7ea6d86fa8d2f079df86de96c6ffb27b5259039f
client: fix AT_SYMLINK_NOFOLLOW handling

We're passing the reverse to path_walk. It should be true if we want
to follow links.

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