]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
client: remove optional for dirfd parameter
authorXiubo Li <xiubli@redhat.com>
Mon, 1 Nov 2021 02:57:16 +0000 (10:57 +0800)
committerXiubo Li <xiubli@redhat.com>
Tue, 2 Nov 2021 01:17:23 +0000 (09:17 +0800)
commit5a254a2701ebdb90aae40cb2c78a6e76739ccd9d
treeb3f4b4dac22693287b58c46abf7753b20d98c794
parent9b3fdce0ab1c02dde23b7912d1b0cc7a087dcde8
client: remove optional for dirfd parameter

All the callers when calling the create_and_open() there will always
be with a dirfd. I beleive this was introduced when coding previous
patches temporarily, but forgot to remove or fix it when pushing it.

Signed-off-by: Xiubo Li <xiubli@redhat.com>
src/client/Client.cc
src/client/Client.h