From d8ec2fb671e68a2504c10bd254ae64f33752430d Mon Sep 17 00:00:00 2001 From: Ayush Ranjan Date: Tue, 2 Jul 2019 14:03:31 -0700 Subject: Ext4: DiskLayout: Inode interface. PiperOrigin-RevId: 256234390 --- pkg/sentry/fs/ext4/disklayout/block_group_32.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkg/sentry/fs/ext4/disklayout/block_group_32.go') diff --git a/pkg/sentry/fs/ext4/disklayout/block_group_32.go b/pkg/sentry/fs/ext4/disklayout/block_group_32.go index 087f1fb4a..dadecb3e3 100644 --- a/pkg/sentry/fs/ext4/disklayout/block_group_32.go +++ b/pkg/sentry/fs/ext4/disklayout/block_group_32.go @@ -15,8 +15,8 @@ package disklayout // BlockGroup32Bit emulates the first half of struct ext4_group_desc in -// fs/ext4/ext4.h. It is the block group descriptor struct for 32-bit ext4 -// filesystems. It implements BlockGroup interface. +// fs/ext4/ext4.h. It is the block group descriptor struct for ext2, ext3 and +// 32-bit ext4 filesystems. It implements BlockGroup interface. // // The suffix `Lo` here stands for lower bits because this is also used in the // 64-bit version where these fields represent the lower half of the fields. -- cgit v1.2.3