diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2019-07-24 16:02:07 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-24 16:03:30 -0700 |
commit | 2ed832ff86ee29970d0a3991297de818bda67b9c (patch) | |
tree | 09908e3db91dabe713b1e871ec94e2f45fbcc42f /pkg/sentry/fs/ext/disklayout/superblock_old.go | |
parent | 40e682759fd68bf94d324cef584c5e9288acb049 (diff) |
ext: testing environment setup with VFS2 support.
PiperOrigin-RevId: 259835948
Diffstat (limited to 'pkg/sentry/fs/ext/disklayout/superblock_old.go')
-rw-r--r-- | pkg/sentry/fs/ext/disklayout/superblock_old.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/sentry/fs/ext/disklayout/superblock_old.go b/pkg/sentry/fs/ext/disklayout/superblock_old.go index 5a64aaaa1..9221e0251 100644 --- a/pkg/sentry/fs/ext/disklayout/superblock_old.go +++ b/pkg/sentry/fs/ext/disklayout/superblock_old.go @@ -15,7 +15,7 @@ package disklayout // SuperBlockOld implements SuperBlock and represents the old version of the -// superblock struct in ext2 and ext3 systems. +// superblock struct. Should be used only if RevLevel = OldRev. type SuperBlockOld struct { InodesCountRaw uint32 BlocksCountLo uint32 |