linux.conf.au 2003
Create the superblock


        static struct super_block *pcihpfs_get_sb (
                struct file_system_type *fs_type,
                int flags, char *dev_name, void *data)
        {
                return get_sb_single(fs_type,
                                        flags,
                                        data,
                                        pcihpfs_fill_super);
        }
