mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user