diff options
author | Ayush Ranjan <ayushranjan@google.com> | 2019-07-17 15:47:45 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-07-17 15:48:58 -0700 |
commit | 84a59de5dc3a0b8a260c942958cd91e014dc8d9b (patch) | |
tree | 40bf8daac449fdc757c915a9fe031061d9741fe7 /pkg/sentry/fs/ext/disklayout/BUILD | |
parent | 8e2ea9c1e0fe9b1b4a346ce0a6ceb94fb822f241 (diff) |
ext: disklayout: extents support.
PiperOrigin-RevId: 258657776
Diffstat (limited to 'pkg/sentry/fs/ext/disklayout/BUILD')
-rw-r--r-- | pkg/sentry/fs/ext/disklayout/BUILD | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/sentry/fs/ext/disklayout/BUILD b/pkg/sentry/fs/ext/disklayout/BUILD index e4cb26645..dde15110d 100644 --- a/pkg/sentry/fs/ext/disklayout/BUILD +++ b/pkg/sentry/fs/ext/disklayout/BUILD @@ -12,6 +12,7 @@ go_library( "dirent_new.go", "dirent_old.go", "disklayout.go", + "extent.go", "inode.go", "inode_new.go", "inode_old.go", @@ -38,6 +39,7 @@ go_test( srcs = [ "block_group_test.go", "dirent_test.go", + "extent_test.go", "inode_test.go", "superblock_test.go", ], |