tutorfs_get_sb

tutorfs_get_sb

Robbert Haarman

2005-04-22

View parent message

at 2007-05-03 20:21:09

On a 2.6.20 kernel the tutorfs_get_sb should be:

static int tutorfs_get_sb(struct file_system_type *fs_type, int flags, const char *dev_name, void *data, struct vfsmount *mnt)

{

return get_sb_nodev(fs_type, flags, data, tutorfs_fill_sb, mnt);

}

according to: http://lxr.linux.no/source/fs/super.c#L843

ps. nice tutorial