diff --git a/internal/cephfs/util/mountinfo.go b/internal/cephfs/util/mountinfo.go index 3895a4331..9397b36e1 100644 --- a/internal/cephfs/util/mountinfo.go +++ b/internal/cephfs/util/mountinfo.go @@ -23,8 +23,7 @@ import ( "path" "github.com/container-storage-interface/spec/lib/go/csi" - // google.golang.org/protobuf/encoding doesn't offer MessageV2(). - "github.com/golang/protobuf/proto" //nolint:all // See comment above. + "github.com/golang/protobuf/proto" "google.golang.org/protobuf/encoding/protojson" )