gvisor/pkg/sentry/fsimpl/devtmpfs
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 Add //pkg/sentry/fsimpl/devtmpfs. 2020-01-28 15:05:24 -08:00
devtmpfs.go Add FilesystemType.Name method, and FilesystemType field to Filesystem struct. 2020-03-27 16:56:16 -07:00
devtmpfs_test.go Inline vfs.VirtualFilesystem in Kernel struct 2020-02-14 13:40:39 -08:00