go-ceph/cephfs
John Mulligan 9f22ac412d cephfs admin: remove unnecessary import C lines
All the C functions needed by cephfs/admin package come from
one of the other go-ceph packages (rados, cephfs, etc) there's
no good reason to have this unused import in these files.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
2022-08-03 14:35:14 +00:00
..
admin cephfs admin: remove unnecessary import C lines 2022-08-03 14:35:14 +00:00
cephfs.go cephfs: add missing cephfs API components: function ceph_version 2021-09-13 15:51:10 +00:00
cephfs_test.go cephfs: add missing cephfs API components: function ceph_version 2021-09-13 15:51:10 +00:00
command.go
command_test.go
conn_nautilus.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
conn_nautilus_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
directory.go
directory_test.go
doc.go
errors.go
errors_test.go
file.go
file_test.go cephfs: re-enabled the skipped test for cephfs 2021-08-12 18:47:26 +00:00
file_xattr.go
file_xattr_test.go
mount_perms_mimic.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
mount_perms_mimic_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
path.go
path_test.go cephfs: clean up symlink created in TestSymlink func 2021-08-31 17:51:58 +02:00
path_xattr.go
path_xattr_test.go
permissions.go cephfs: add wrapper for ceph_lchown 2021-05-05 13:44:08 +00:00
permissions_test.go cephfs: naming conventions: fix names in cephfs permissions test 2021-08-23 14:51:22 +00:00
statfs.go
statfs_test.go
statx.go cephfs: add AtStatxDontSync and deprecate AtNoAttrSync 2022-08-01 17:04:15 +00:00
statx_test.go cephfs: make statx test more robust 2021-08-31 17:51:58 +02:00
userperm.go go-ceph: add warn logs to finalizers. 2022-07-19 14:37:32 +00:00
userperm_test.go