From 21915eb58b875809b60c0a43e53a97ea0560c299 Mon Sep 17 00:00:00 2001 From: Adin Scannell Date: Wed, 22 May 2019 16:59:21 -0700 Subject: [PATCH] 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 --- pkg/sentry/fs/mount.go | 4 ---- 1 file changed, 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