gvisor/pkg/sentry/fsimpl/sys
Nicolas Lacasse 10f2c8db91 Add FilesystemType.Name method, and FilesystemType field to Filesystem struct.
Both have analogues in Linux:
* struct file_system_type has a char *name field.
* struct super_block keeps a pointer to the file_system_type.

These fields are necessary to support the `filesystem type` field in
/proc/[pid]/mountinfo.

PiperOrigin-RevId: 303434063
2020-03-27 16:56:16 -07:00
..
BUILD Plumb VFS2 inside the Sentry 2020-02-14 11:12:47 -08:00
sys.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
sys_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00