From a439e9abacbd8b09cc7952fec3a378c7abd13eca Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 8 Nov 2016 19:39:33 +0800 Subject: [PATCH] pybind: fix build failure of rgwfile binding Signed-off-by: Kefu Chai --- src/pybind/rgw/rgw_file.pyx | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/src/pybind/rgw/rgw_file.pyx b/src/pybind/rgw/rgw_file.pyx index 2a247d12aa5f..5f4c601517f0 100644 --- a/src/pybind/rgw/rgw_file.pyx +++ b/src/pybind/rgw/rgw_file.pyx @@ -91,17 +91,7 @@ cdef extern from "rados/rgw_file.h" nogil: # mount info hypothetical--emulate Unix, support at least UUID-length fsid cdef struct rgw_statvfs: - uint64_t f_bsize # file system block size - uint64_t f_frsize # fragment size - uint64_t f_blocks # size of fs in f_frsize units - uint64_t f_bfree # free blocks - uint64_t f_bavail # free blocks for unprivileged users - uint64_t f_files # inodes - uint64_t f_ffree # free inodes - uint64_t f_favail # free inodes for unprivileged users - uint64_t f_fsid[2] # /* file system ID - uint64_t f_flag # mount flags - uint64_t f_namemax # maximum filename length + pass void rgwfile_version(int *major, int *minor, int *extra) -- 2.47.3