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
This commit is contained in:
Adin Scannell
2019-05-22 17:00:36 -07:00
committed by Shentubot
parent 711290a7f6
commit 21915eb58b
-4
View File
@@ -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