struct file_system_type stamfs_fstype = {
"stamfs", /* name of this file-system type. */
FS_REQUIRES_DEV, /* this is a disk-based file-system. */
stamfs_read_super, /* function that reads a STAMFS super-block. */
NULL /* module owning this file-system. */
};