Skip to content

Commit

Permalink
Get rid of the posix specific decomposedfs lib
Browse files Browse the repository at this point in the history
  • Loading branch information
aduffeck committed Mar 12, 2024
1 parent a4a8851 commit 720e417
Show file tree
Hide file tree
Showing 92 changed files with 340 additions and 17,379 deletions.
2 changes: 1 addition & 1 deletion pkg/storage/fs/posix/blobstore/blobstore.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"io"
"os"

"github.com/cs3org/reva/v2/pkg/storage/fs/posix/decomposedfs/node"
"github.com/cs3org/reva/v2/pkg/storage/utils/decomposedfs/node"
"github.com/pkg/errors"
)

Expand Down
2 changes: 1 addition & 1 deletion pkg/storage/fs/posix/blobstore/blobstore_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
"path"

"github.com/cs3org/reva/v2/pkg/storage/fs/ocis/blobstore"
"github.com/cs3org/reva/v2/pkg/storage/fs/posix/decomposedfs/node"
"github.com/cs3org/reva/v2/pkg/storage/utils/decomposedfs/node"
"github.com/cs3org/reva/v2/tests/helpers"

. "github.com/onsi/ginkgo/v2"
Expand Down
33 changes: 0 additions & 33 deletions pkg/storage/fs/posix/decomposedfs/aspects/aspects.go

This file was deleted.

Loading

0 comments on commit 720e417

Please sign in to comment.