summaryrefslogtreecommitdiffhomepage
path: root/pkg/sentry/fs
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2019-05-22 16:59:21 -0700
committerShentubot <shentubot@google.com>2019-05-22 17:00:36 -0700
commit21915eb58b875809b60c0a43e53a97ea0560c299 (patch)
tree3ce5f4067a69c3eeb1577a929b3e7152d4eb0a0c /pkg/sentry/fs
parent711290a7f6c434ddbfe401e46002afd30df26aa5 (diff)
Remove obsolete TODO.
There no obvious reason to require that BlockSize and StatFS are MountSource operations. Today they are in INodeOperations, and they can be moved elsewhere in the future as part of a normal refactor process. PiperOrigin-RevId: 249549982 Change-Id: Ib832e02faeaf8253674475df4e385bcc53d780f3
Diffstat (limited to 'pkg/sentry/fs')
-rw-r--r--pkg/sentry/fs/mount.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/sentry/fs/mount.go b/pkg/sentry/fs/mount.go
index 9740f1fc6..63fcf4380 100644
--- a/pkg/sentry/fs/mount.go
+++ b/pkg/sentry/fs/mount.go
@@ -42,10 +42,6 @@ type DirentOperations interface {
// MountSourceOperations contains filesystem specific operations.
type MountSourceOperations interface {
- // TODO(b/67778729): Add:
- // BlockSize() int64
- // FS() Filesystem
-
// DirentOperations provide optional extra management of Dirents.
DirentOperations