go-ceph/cephfs
Manish 6f90ce139c Code Lint: Fix lint errors caused by revive check for unused parameters
revive v1.3.7 added https://github.com/mgechev/revive/pull/966 which
checks for unused parameters in function literals. This caused several
lint errors in go-ceph code.

Signed-off-by: Manish <myathnal@redhat.com>
2024-02-13 07:22:13 +00:00
..
admin cephfs admin: remove deprecated New function 2023-10-05 11:22:38 +00:00
cephfs.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
cephfs_test.go cephfs: remove refs to deprecated io/ioutil 2023-07-08 14:26:48 +00:00
command.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
command_test.go cephfs: split (mds) command functions and tests into new files 2020-04-17 13:40:01 -04:00
conn_nautilus.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
conn_nautilus_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
directory.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
directory_test.go cephfs: add ReadDirPlus function and associated types 2020-05-19 16:35:58 -04:00
doc.go
errors.go cephfs: made ENOENT a public error 2023-11-09 15:10:14 +00:00
errors_test.go cephfs: use FormatErrorCode for formatting cephfs errors 2020-08-10 13:03:24 -04:00
file.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
file_ops.go cephfs: promote some file apis to stable 2023-10-05 11:22:38 +00:00
file_ops_test.go cephfs: promote some file apis to stable 2023-10-05 11:22:38 +00:00
file_test.go cephfs: re-enabled the skipped test for cephfs 2021-08-12 18:47:26 +00:00
file_xattr.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
file_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
makedirs.go cephfs: promote preview API for release v0.23.0 2023-08-14 14:43:57 +00:00
makedirs_test.go cephfs: promote preview API for release v0.23.0 2023-08-14 14:43:57 +00:00
mount_perms_mimic.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
mount_perms_mimic_test.go cephfs: remove luminous and mimic build tags 2021-11-09 01:24:01 +00:00
path.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
path_test.go cephfs: made ENOENT a public error 2023-11-09 15:10:14 +00:00
path_xattr.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
path_xattr_test.go cephfs: enable test cases with ceph issues that have been fixed 2021-01-19 08:23:52 +00:00
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
select_fs.go cephfs: Make MountInfo.SelectFilesystem stable 2023-06-08 17:35:55 +00:00
select_fs_test.go cephfs: Make MountInfo.SelectFilesystem stable 2023-06-08 17:35:55 +00:00
statfs.go gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
statfs_test.go cephfs: add StatFS implementing ceph_statfs 2020-07-20 13:36:53 -04:00
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 gofmt: reformat everything with new gofmt of go 1.19 2023-02-20 20:50:24 +00:00
userperm_test.go Code Lint: Fix lint errors caused by revive check for unused parameters 2024-02-13 07:22:13 +00:00